Skip to content

Commit 8c0d8ca

Browse files
authored
Update astro.config.mjs
1 parent 2b91836 commit 8c0d8ca

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

astro.config.mjs

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import db from "@astrojs/db";
21
import mdx from "@astrojs/mdx";
32
import react from "@astrojs/react";
43
import sitemap from "@astrojs/sitemap";
@@ -26,11 +25,7 @@ export default defineConfig({
2625
tailwind({
2726
applyBaseStyles: false,
2827
}),
29-
db(),
3028
simpleStackForm(),
3129
],
32-
output: "hybrid",
33-
adapter: vercel({
34-
analytics: true,
35-
}),
30+
output: "static",
3631
});

0 commit comments

Comments
 (0)