Skip to content

Commit dc3f88a

Browse files
committed
.
1 parent 1c4047e commit dc3f88a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

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

0 commit comments

Comments
 (0)