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 e3680fb commit 65ce920Copy full SHA for 65ce920
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: github(),
+ // adapter: github(),
37
output: 'static',
38
// 2. Vercel (static)
39
// adapter: vercelStatic(),
0 commit comments