Skip to content

Commit

Permalink
remove outdated text (#9691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Apr 17, 2023
1 parent 95e9582 commit 3b0154e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/docs/20-core-concepts/40-page-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ For that reason among others, it's recommended that you always include a file ex

For _pages_, we skirt around this problem by writing `foo/index.html` instead of `foo`.

Note that this will disable client-side routing for any navigation from this page, regardless of whether the router is already active.

### Troubleshooting

If you encounter an error like 'The following routes were marked as prerenderable, but were not prerendered' it's because the route in question (or a parent layout, if it's a page) has `export const prerender = true` but the page wasn't actually prerendered, because it wasn't reached by the prerendering crawler.
Expand Down

0 comments on commit 3b0154e

Please sign in to comment.