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 a09e6db commit c7048ecCopy full SHA for c7048ec
astro.config.ts
@@ -33,7 +33,7 @@ export default defineConfig({
33
// Adapter
34
// https://docs.astro.build/en/guides/deploy/
35
// 1. Vercel (serverless)
36
- adapter: vercel(),
+ adapter: githu(),
37
output: 'static',
38
// 2. Vercel (static)
39
// adapter: vercelStatic(),
0 commit comments