Skip to content

Commit

Permalink
Update prerender-error.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geritol authored Mar 6, 2021
1 parent 33255b7 commit 360af1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errors/prerender-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ While prerendering a page an error occurred. This can occur for many reasons fro
- Make sure to move any non-pages out of the `pages` folder
- Check for any code that assumes a prop is available even when it might not be. e.g., have default data for all dynamic pages' props.
- Check for any out of date modules that you might be relying on
- Make sure your component handles `fallback` if it is enabled in `getStaticPaths`

0 comments on commit 360af1e

Please sign in to comment.