Skip to content

Commit 1c4047e

Browse files
committed
.
1 parent 56e05dc commit 1c4047e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import node from '@astrojs/node';
55
// https://astro.build/config
66
export default defineConfig({
77
site: 'https://grassproject.github.io',
8-
output: 'server',
9-
adapter: node({
10-
mode: 'standalone'
11-
})
8+
// output: 'server',
9+
// adapter: node({
10+
// mode: 'standalone'
11+
// })
1212
});

0 commit comments

Comments
 (0)