@astrojs/vercel
Advanced tools
Comparing version 0.0.0-monorepos-20221010034522 to 0.0.0-monorepos-20221010034923
# @astrojs/vercel | ||
## 0.0.0-monorepos-20221010034522 | ||
## 0.0.0-monorepos-20221010034923 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -37,3 +37,3 @@ import { getVercelOutput, removeDir, writeJson } from "../lib/fs.js"; | ||
buildConfig.server = buildTempFolder = new URL("./dist/", _config.root); | ||
functionFolder = new URL("./functions/.render.func/", _config.outDir); | ||
functionFolder = new URL("./functions/render.func/", _config.outDir); | ||
}, | ||
@@ -40,0 +40,0 @@ "astro:build:done": async ({ routes }) => { |
{ | ||
"name": "@astrojs/vercel", | ||
"description": "Deploy your site to Vercel", | ||
"version": "0.0.0-monorepos-20221010034522", | ||
"version": "0.0.0-monorepos-20221010034923", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "withastro", |
@@ -44,3 +44,3 @@ import type { AstroAdapter, AstroConfig, AstroIntegration } from 'astro'; | ||
buildConfig.server = buildTempFolder = new URL('./dist/', _config.root); | ||
functionFolder = new URL('./functions/.render.func/', _config.outDir); | ||
functionFolder = new URL('./functions/render.func/', _config.outDir); | ||
}, | ||
@@ -47,0 +47,0 @@ 'astro:build:done': async ({ routes }) => { |
Sorry, the diff of this file is not supported yet
57235