@vercel/next 3.0.3-canary.1 → 3.0.3-canary.2
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.js +1 -1
- package/dist/server-build.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -47504,7 +47504,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
47504
47504
|
return isNextDataServerResolving
|
47505
47505
|
? [
|
47506
47506
|
{
|
47507
|
-
src: '/
|
47507
|
+
src: '^/((?!_next/data).*)$',
|
47508
47508
|
has: [
|
47509
47509
|
{
|
47510
47510
|
type: 'header',
|
package/dist/server-build.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "3.0.3-canary.
|
3
|
+
"version": "3.0.3-canary.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./dist/index",
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
@@ -70,5 +70,5 @@
|
|
70
70
|
"typescript": "4.5.2",
|
71
71
|
"webpack-sources": "3.2.3"
|
72
72
|
},
|
73
|
-
"gitHead": "
|
73
|
+
"gitHead": "dc02e763a459fb2f73b15bb7f1accb2b4963f21a"
|
74
74
|
}
|