Skip to content

Commit

Permalink
Update pre-rendering.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence authored Nov 23, 2024
1 parent a1e7841 commit a40b3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/pre-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ When server rendering, requests to paths that have not been pre-rendered will be

The rendered result will be written out to your `build/client` directory. You'll notice two files for each path:

- an HTML file for initial document requests
- `[url].data` files for client side navigation browser requests
- `[url].html` HTML file for initial document requests
- `[url].data` file for client side navigation browser requests

The output of your build will indicate what files were pre-rendered:

Expand Down

0 comments on commit a40b3c0

Please sign in to comment.