@finesoft/front 0.1.24 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2334,7 +2334,7 @@ function vercelAdapter() {
2334
2334
  version: 3,
2335
2335
  routes: [
2336
2336
  { handle: "filesystem" },
2337
- { src: "/(.*)", dest: "/$1" }
2337
+ { src: "/(.*)", dest: "/functions/[[...path]]" }
2338
2338
  ]
2339
2339
  },
2340
2340
  null,