@vercel/frameworks
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -196,3 +196,3 @@ import { Framework } from './types'; | ||
readonly defaultRoutes: readonly [{ | ||
readonly src: "^/dist/(.*)$"; | ||
readonly src: "^/assets/(.*)$"; | ||
readonly headers: { | ||
@@ -202,7 +202,2 @@ readonly 'cache-control': "public, max-age=31536000, immutable"; | ||
readonly continue: true; | ||
}, { | ||
readonly handle: "filesystem"; | ||
}, { | ||
readonly src: "/(.*)"; | ||
readonly dest: "/index.html"; | ||
}]; | ||
@@ -209,0 +204,0 @@ }, { |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"main": "./dist/frameworks.js", | ||
@@ -28,3 +28,3 @@ "types": "./dist/frameworks.d.ts", | ||
}, | ||
"gitHead": "a19447f9cdc8c7be8aa3646dfb441dd9469d2ed3" | ||
"gitHead": "a036b033986a99061a9678efec033b9a7cbdfd4e" | ||
} |
Sorry, the diff of this file is too big to display
148237
3728