@vercel/next 3.0.4-canary.1 → 3.0.4-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
@@ -47510,7 +47510,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
47510
47510
|
return isNextDataServerResolving
|
47511
47511
|
? [
|
47512
47512
|
{
|
47513
|
-
src: '^/((?!_next/).*)$',
|
47513
|
+
src: path_1.default.join('^/', entryDirectory, '((?!_next/).*)$'),
|
47514
47514
|
has: [
|
47515
47515
|
{
|
47516
47516
|
type: 'header',
|
package/dist/server-build.js
CHANGED
@@ -486,7 +486,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
486
486
|
return isNextDataServerResolving
|
487
487
|
? [
|
488
488
|
{
|
489
|
-
src: '^/((?!_next/).*)$',
|
489
|
+
src: path_1.default.join('^/', entryDirectory, '((?!_next/).*)$'),
|
490
490
|
has: [
|
491
491
|
{
|
492
492
|
type: 'header',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "3.0.4-canary.
|
3
|
+
"version": "3.0.4-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": "f0d73049caa004b87307fb9038ef30c593ab9108"
|
74
74
|
}
|