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 95199d4 commit 72f6d27Copy full SHA for 72f6d27
astro.config.ts
@@ -33,8 +33,8 @@ export default defineConfig({
33
// Adapter
34
// https://docs.astro.build/en/guides/deploy/
35
// 1. Vercel (serverless)
36
- adapter: vercel(),
37
- output: 'server',
+ // adapter: node({ mode: 'standalone' }),
+ output: 'static',
38
// 2. Vercel (static)
39
// adapter: vercelStatic(),
40
// 3. Local (standalone)
0 commit comments