Skip to content

Commit a865d3e

Browse files
authored
docs: fix code example of buildEnd hook (#14311)
1 parent 5f1663e commit a865d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/framework-conventions/react-router.config.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A function that is called after the full React Router build is complete.
6666

6767
```tsx filename=react-router.config.ts
6868
export default {
69-
buildEnd: async ({ buildManifest, serverBuildPath }) => {
69+
buildEnd: async ({ buildManifest, reactRouterConfig, viteConfig }) => {
7070
// Custom build logic here
7171
console.log("Build completed!");
7272
},

0 commit comments

Comments
 (0)