Skip to content

Commit 44c4b66

Browse files
Fix Remix reference in pre-rendering docs (#12090)
1 parent 2c99c5d commit 44c4b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/misc/pre-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ If you pre-render all of the paths in your application, you can deploy your `bui
9292

9393
### Serving via react-router-serve
9494

95-
By default, `react-router-serve` will serve these files via [`express.static`][express-static] and any paths that do not match a static file will fall through to the Remix handler.
95+
By default, `react-router-serve` will serve these files via [`express.static`][express-static] and any paths that do not match a static file will fall through to the React Router handler.
9696

9797
This even allows you to run a hybrid setup where _some_ of your routes are pre-rendered and others are dynamically rendered at runtime. For example, you could prerender anything inside `/blog/*` and server-render anything inside `/auth/*`.
9898

0 commit comments

Comments
 (0)