@vercel/frameworks
Advanced tools
Comparing version 0.3.2-canary.0 to 0.3.2-canary.1
@@ -694,2 +694,6 @@ import { Framework } from './types'; | ||
}, { | ||
readonly src: "/static/(.*)"; | ||
readonly status: 404; | ||
readonly dest: "/404.html"; | ||
}, { | ||
readonly src: "/(.*)"; | ||
@@ -754,2 +758,6 @@ readonly headers: { | ||
}, { | ||
readonly src: "/static/(.*)"; | ||
readonly status: 404; | ||
readonly dest: "/404.html"; | ||
}, { | ||
readonly src: "/(.*)"; | ||
@@ -756,0 +764,0 @@ readonly headers: { |
@@ -875,2 +875,3 @@ "use strict"; | ||
}, | ||
{ src: '/static/(.*)', status: 404, dest: '/404.html' }, | ||
{ | ||
@@ -939,2 +940,3 @@ src: '/(.*)', | ||
}, | ||
{ src: '/static/(.*)', status: 404, dest: '/404.html' }, | ||
{ | ||
@@ -941,0 +943,0 @@ src: '/(.*)', |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "0.3.2-canary.0", | ||
"version": "0.3.2-canary.1", | ||
"main": "./dist/frameworks.js", | ||
@@ -29,3 +29,3 @@ "types": "./dist/frameworks.d.ts", | ||
}, | ||
"gitHead": "be2ae2c5390f5478ffcb186d85c1bb4f73a74c15" | ||
"gitHead": "e2106d12f605a9bdaa2ebef54f182ef150deecb9" | ||
} |
119168
2935