We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926347b commit a6a6724Copy full SHA for a6a6724
errors/invalid-getstatic-paths-value.md renamed to errors/invalid-getstaticpaths-value.md
packages/next/build/utils.ts
@@ -564,7 +564,7 @@ export async function isPageStatic(
564
565
const expectedReturnVal =
566
`Expected: { paths: [] }\n` +
567
- `See here for more info: https://err.sh/zeit/next.js/invalid-getstatic-paths-value`
+ `See here for more info: https://err.sh/zeit/next.js/invalid-getstaticpaths-value`
568
569
if (
570
!staticPathsResult ||
0 commit comments