You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(web): add rel=external to docs links to bypass SPA router
Leptos Router intercepts all <a> clicks for client-side navigation.
Docs links point to a static mdBook site outside the SPA, so the
router finds no matching route and renders NotFound. Adding
rel="external" tells the router to skip interception.
0 commit comments