Skip to content

Commit a6a6724

Browse files
committed
Update error link
1 parent 926347b commit a6a6724

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/next/build/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ export async function isPageStatic(
564564

565565
const expectedReturnVal =
566566
`Expected: { paths: [] }\n` +
567-
`See here for more info: https://err.sh/zeit/next.js/invalid-getstatic-paths-value`
567+
`See here for more info: https://err.sh/zeit/next.js/invalid-getstaticpaths-value`
568568

569569
if (
570570
!staticPathsResult ||

0 commit comments

Comments
 (0)