diff --git a/contributors.yml b/contributors.yml index 1632195a65..2871bc217c 100644 --- a/contributors.yml +++ b/contributors.yml @@ -59,6 +59,7 @@ - christopherchudzicki - ChristophP - christowiz +- clavery - codeape2 - coryhouse - ctnelson1997 diff --git a/docs/upgrading/component-routes.md b/docs/upgrading/component-routes.md index 58c130eb04..07cbfce3ad 100644 --- a/docs/upgrading/component-routes.md +++ b/docs/upgrading/component-routes.md @@ -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 {