mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
parent
850cc19fda
commit
fad25aef2f
2 changed files with 5 additions and 1 deletions
5
.changeset/smart-crabs-pump.md
Normal file
5
.changeset/smart-crabs-pump.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Fixed #5120
|
|
@ -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(`
|
||||
|
|
Loading…
Reference in a new issue