Skip to content

Commit

Permalink
docs(upgrading/component-routes): fix filename (remix-run#12429)
Browse files Browse the repository at this point in the history
  • Loading branch information
clavery authored Dec 1, 2024
1 parent 9e5d602 commit 53c452f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- christopherchudzicki
- ChristophP
- christowiz
- clavery
- codeape2
- coryhouse
- ctnelson1997
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading/component-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ The first few routes you migrate are the hardest because you often have to acces

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.

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

export default {
Expand Down

0 comments on commit 53c452f

Please sign in to comment.