Skip to content

Commit

Permalink
Fix small error in documentation (vercel#46105)
Browse files Browse the repository at this point in the history
Just fixing a small comment in the doc
  • Loading branch information
BrodaNoel authored and vorcigernix committed Feb 19, 2023
1 parent 409e0e4 commit a6a7463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function getStaticPaths() {
}))

// We'll pre-render only these paths at build time.
// { fallback: blocking } will server-render pages
// { fallback: 'blocking' } will server-render pages
// on-demand if the path doesn't exist.
return { paths, fallback: 'blocking' }
}
Expand Down

0 comments on commit a6a7463

Please sign in to comment.