Skip to content

Commit

Permalink
revert(@astrojs/vercel): functionPerRoute not enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 31, 2023
1 parent 1efd51f commit 79c816f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/serverless/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function vercelServerless({
analytics,
imageService,
imagesConfig,
functionPerRoute = true,
functionPerRoute = false,
edgeMiddleware = false,
}: VercelServerlessConfig = {}): AstroIntegration {
let _config: AstroConfig;
Expand Down

0 comments on commit 79c816f

Please sign in to comment.