Skip to content

Commit cb4a646

Browse files
authored
docs(solid-router): fix authenticated routes docs (#5827)
1 parent 42f86c2 commit cb4a646

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
22
ref: docs/router/framework/react/guide/authenticated-routes.md
3-
replace: { 'react-router': 'solid-router' }
3+
replace:
4+
{
5+
'react-router': 'solid-router',
6+
'auth.isAuthenticated': 'auth.isAuthenticated()',
7+
'react': 'solid',
8+
}
49
---

0 commit comments

Comments
 (0)