Skip to content

Commit

Permalink
fix(vercel): fixed regression withastro#5120 (withastro#5127)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 committed Oct 19, 2022
1 parent 850cc19 commit fad25ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-crabs-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/vercel': patch
---

Fixed #5120
1 change: 0 additions & 1 deletion packages/integrations/vercel/src/edge/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default function vercelEdge({ includeFiles = [] }: VercelEdgeConfig = {})
buildTempFolder = config.build.server;
functionFolder = new URL('./functions/render.func/', config.outDir);
serverEntry = config.build.serverEntry;
functionFolder = config.build.server;

if (config.output === 'static') {
throw new Error(`
Expand Down

0 comments on commit fad25ae

Please sign in to comment.