Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan committed Jul 17, 2024
1 parent 01efeb4 commit fd76548
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export default defineConfig({
lastmod: new Date(),
}),
],
output: "static",
// TODO change to static when astro/env is supported:
// The feature "astro:env getSecret" is experimental and subject to change (used by @astrojs/vercel/serverless).
// `output: "server"` or `output: "hybrid"` is required to use the serverless adapter.
output: "server",
adapter: vercel({
webAnalytics: {
enabled: true,
Expand Down

0 comments on commit fd76548

Please sign in to comment.