We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21952e4 commit feec563Copy full SHA for feec563
astro.config.mjs
@@ -1,7 +1,7 @@
1
import mdx from "@astrojs/mdx";
2
import react from "@astrojs/react";
3
import tailwind from "@astrojs/tailwind";
4
-//import awsAmplify from "astro-aws-amplify";
+import awsAmplify from "astro-aws-amplify";
5
import { defineConfig, passthroughImageService } from "astro/config";
6
7
// https://astro.build/config
@@ -27,7 +27,9 @@ export default defineConfig({
27
})
28
],
29
//adapter: node({ mode: "standalone" }),
30
- output: "static",
+ //output: "static",
31
+ output: "server",
32
+ adapter: awsAmplify(),
33
build: {
34
format: "directory"
35
},
0 commit comments