Skip to content

Commit 72f6d27

Browse files
committed
fix static output in deployment
1 parent 95199d4 commit 72f6d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export default defineConfig({
3333
// Adapter
3434
// https://docs.astro.build/en/guides/deploy/
3535
// 1. Vercel (serverless)
36-
adapter: vercel(),
37-
output: 'server',
36+
// adapter: node({ mode: 'standalone' }),
37+
output: 'static',
3838
// 2. Vercel (static)
3939
// adapter: vercelStatic(),
4040
// 3. Local (standalone)

0 commit comments

Comments
 (0)