Skip to content

Commit 53c452f

Browse files
authored
docs(upgrading/component-routes): fix filename (#12429)
1 parent 9e5d602 commit 53c452f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- christopherchudzicki
6060
- ChristophP
6161
- christowiz
62+
- clavery
6263
- codeape2
6364
- coryhouse
6465
- ctnelson1997

docs/upgrading/component-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The first few routes you migrate are the hardest because you often have to acces
337337

338338
If you want to enable server rendering and static pre-rendering, you can do so with the `ssr` and `prerender` options in the bundler plugin. For SSR you'll need to also deploy the server build to a server. See [Deploying][deploying] for more information.
339339

340-
```ts filename=vite.config.ts
340+
```ts filename=react-router.config.ts
341341
import type { Config } from "@react-router/dev/config";
342342

343343
export default {

0 commit comments

Comments
 (0)