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 6b8d3e8 commit a1e7841
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/how-to/pre-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ When server rendering, requests to paths that have not been pre-rendered will be

## Static File Output

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 `[name].data` files for client side navigation.
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

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

Expand Down

0 comments on commit a1e7841

Please sign in to comment.