We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b754f commit cbb8585Copy full SHA for cbb8585
astro.config.mjs
@@ -7,7 +7,7 @@ export default defineConfig({
7
site: 'https://grassproject.github.io',
8
// output: 'server',
9
base: '/',
10
- output: 'static',
+ output: 'server',
11
adapter: node({
12
mode: 'standalone',
13
}),
0 commit comments