In #12962, routing-utils was changed to use an internal version of path-to-regexp. However routing-utils is not bundled when being built, so at runtime the internal package is missing. This causes the package to break when used by packages outside of this monorepo. This includes @astrojs/vercel.
Thanks @blaine-arcjet for the report: #12962 (comment)