Skip to content

Commit 6f15922

Browse files
authored
docs: Update head management instructions for SPA's (#4457)
1 parent 3bb4813 commit 6f15922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/router/framework/react/guide/document-head-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export const Route = createRootRoute({
8080

8181
### Single-Page Applications
8282

83+
First, remove the `<title>` tag from the the index.html if you have set any.
84+
8385
```tsx
8486
import { HeadContent } from '@tanstack/react-router'
8587

0 commit comments

Comments
 (0)