Skip to content

Commit 8e5d28a

Browse files
authored
astro.config.mjs 업데이트
1 parent cbb8585 commit 8e5d28a

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
@@ -7,8 +7,8 @@ export default defineConfig({
77
site: 'https://grassproject.github.io',
88
// output: 'server',
99
base: '/',
10-
output: 'server',
11-
adapter: node({
12-
mode: 'standalone',
13-
}),
10+
//output: 'server',
11+
//adapter: node({
12+
// mode: 'standalone',
13+
//}),
1414
});

0 commit comments

Comments
 (0)