@vercel/next
Advanced tools
Comparing version 2.6.3-canary.3 to 2.6.3-canary.4
@@ -248,4 +248,4 @@ "use strict"; | ||
' 2. Navigate to your project\'s settings in the Vercel dashboard, and verify that the "Build Command" is not overridden, or that it calls `next build`.' + | ||
' 3. Navigate to your project\'s settings in the Vercel dashboard, and verify that the "Output Directory" is not overridden. `next export` does **not** require you change this setting, even if you customize the `next export` output directory.', | ||
link: 'https://err.sh/zeit/now/now-next-routes-manifest', | ||
' 3. Navigate to your project\'s settings in the Vercel dashboard, and verify that the "Output Directory" is not overridden. Note that `next export` does **not** require you change this setting, even if you customize the `next export` output directory.', | ||
link: 'https://err.sh/vercel/vercel/now-next-routes-manifest', | ||
code: 'NEXT_NO_ROUTES_MANIFEST', | ||
@@ -320,3 +320,3 @@ }); | ||
pageMatchers.forEach(pageMatcher => { | ||
// in `now dev` we don't need to prefix the destination | ||
// in `vercel dev` we don't need to prefix the destination | ||
const dest = !isDev | ||
@@ -323,0 +323,0 @@ ? path_1.default.join('/', entryDirectory, pageMatcher.pageName) |
{ | ||
"name": "@vercel/next", | ||
"version": "2.6.3-canary.3", | ||
"version": "2.6.3-canary.4", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "main": "./dist/index", | ||
"type": "git", | ||
"url": "https://github.com/zeit/now.git", | ||
"url": "https://github.com/vercel/vercel.git", | ||
"directory": "packages/now-next" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "684c2299842cb52d7f2ba78a13ed12bd046abb7e" | ||
"gitHead": "081b3fd3db01ad2252036fb3a2503e14868103fe" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1385487