We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379b6d8 commit a09e6dbCopy full SHA for a09e6db
astro.config.ts
@@ -34,7 +34,7 @@ export default defineConfig({
34
// https://docs.astro.build/en/guides/deploy/
35
// 1. Vercel (serverless)
36
adapter: vercel(),
37
- output: 'server',
+ output: 'static',
38
// 2. Vercel (static)
39
// adapter: vercelStatic(),
40
// 3. Local (standalone)
0 commit comments