Skip to content

Commit 3b0154e

Browse files
authored
remove outdated text (#9691)
1 parent 95e9582 commit 3b0154e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/20-core-concepts/40-page-options.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ For that reason among others, it's recommended that you always include a file ex
7878

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

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

8583
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.

0 commit comments

Comments
 (0)