@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 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',
@@ -486,7 +486,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
486
486
  return isNextDataServerResolving
487
487
  ? [
488
488
  {
489
- src: '/(.*)',
489
+ src: '^/((?!_next/data).*)$',
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.3-canary.1",
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": "4f8f3d373f4e42fe1afecd16a4cfc4fe57835be7"
73
+ "gitHead": "dc02e763a459fb2f73b15bb7f1accb2b4963f21a"
74
74
  }