@finesoft/front 0.1.23 → 0.1.24

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
@@ -2332,7 +2332,10 @@ function vercelAdapter() {
2332
2332
  JSON.stringify(
2333
2333
  {
2334
2334
  version: 3,
2335
- routes: [{ handle: "filesystem" }]
2335
+ routes: [
2336
+ { handle: "filesystem" },
2337
+ { src: "/(.*)", dest: "/$1" }
2338
+ ]
2336
2339
  },
2337
2340
  null,
2338
2341
  2