We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d39b3b commit f4ee986Copy full SHA for f4ee986
astro.config.mjs
@@ -22,6 +22,6 @@ export default defineConfig({
22
transformer: "sass"
23
}
24
},
25
- output: "hybrid",
+ output: "static",
26
adapter: cloudflare(),
27
});
0 commit comments