summaryrefslogtreecommitdiff
path: root/.changeset/modern-guests-float.md
diff options
context:
space:
mode:
authorGravatar Slawek Kolodziej <hfrntt@gmail.com> 2023-09-06 06:43:53 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-06 05:43:53 +0100
commit9ffa1a84e81f52d55ffe07826b8b1f10fc023ee9 (patch)
tree00c13135d268e4705357a69b9949ae3d9c2340ed /.changeset/modern-guests-float.md
parent61ad70fdc52035964c43ecdb4cf7468f6c2b61e7 (diff)
downloadastro-9ffa1a84e81f52d55ffe07826b8b1f10fc023ee9.tar.gz
astro-9ffa1a84e81f52d55ffe07826b8b1f10fc023ee9.tar.zst
astro-9ffa1a84e81f52d55ffe07826b8b1f10fc023ee9.zip
fix: include route prefix in vercel func names, fix #8401 (#8408)
* fix: include route prefix in vercel func names * chore: add changeset * chore: update pnpm lockfile * refactor: simplify logic that generates vercel func names * fix: properly remove entryFile prefix from func name * refactor: change how vercel function names are generated --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to '.changeset/modern-guests-float.md')
-rw-r--r--.changeset/modern-guests-float.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/modern-guests-float.md b/.changeset/modern-guests-float.md
new file mode 100644
index 000000000..cda74642a
--- /dev/null
+++ b/.changeset/modern-guests-float.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/vercel': patch
+---
+
+Fix serverless function naming conflicts for routes with identical filenames but different directory structures