Skip to content

Commit a09e6db

Browse files
authored
Update astro.config.ts
1 parent 379b6d8 commit a09e6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
// https://docs.astro.build/en/guides/deploy/
3535
// 1. Vercel (serverless)
3636
adapter: vercel(),
37-
output: 'server',
37+
output: 'static',
3838
// 2. Vercel (static)
3939
// adapter: vercelStatic(),
4040
// 3. Local (standalone)

0 commit comments

Comments
 (0)