Skip to content

Commit 8dd898c

Browse files
committed
fix: make sure astro site renders as static and has no server rendered pages
1 parent fa0f2b7 commit 8dd898c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import icon from "astro-icon";
1010

1111
// https://astro.build/config
1212
export default defineConfig({
13+
output: "static",
14+
devToolbar: {
15+
enabled: false,
16+
},
1317
vite: {
1418
plugins: [tailwindcss()],
1519
resolve: {

0 commit comments

Comments
 (0)