We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b5e0f commit 47d4aafCopy full SHA for 47d4aaf
docs/router/framework/react/api/router/RedirectType.md
@@ -44,4 +44,4 @@ Since `Redirect` extends `NavigateOptions`, it also supports navigation properti
44
- **`to`**: Use for internal application routes (e.g., `/dashboard`, `../profile`)
45
- **`href`**: Use for external URLs (e.g., `https://example.com`, `https://authprovider.com`)
46
47
-> **Important**: For external URLs, always use the `href` property instead of `to`. The `to` property is designed for internal navigation within your application.
+> **Important**: For external URLs, always use the `href` property instead of `to`. The `to` property is designed for internal navigation within your application.
0 commit comments