diff --git a/docs/api/framework-conventions/react-router.config.ts.md b/docs/api/framework-conventions/react-router.config.ts.md index fcb4038240..ea5ef0f44a 100644 --- a/docs/api/framework-conventions/react-router.config.ts.md +++ b/docs/api/framework-conventions/react-router.config.ts.md @@ -66,7 +66,7 @@ A function that is called after the full React Router build is complete. ```tsx filename=react-router.config.ts export default { - buildEnd: async ({ buildManifest, serverBuildPath }) => { + buildEnd: async ({ buildManifest, reactRouterConfig, viteConfig }) => { // Custom build logic here console.log("Build completed!"); },