A self-hosted custom sync server for kobo devices.

fix: mark server-route links external so leptos_router does not hijack them master

The SSO login (/auth/oidc/login) and logout (/logout) anchors are server routes with no client-side Route, so leptos_router intercepted the click, navigated client-side, and rendered the SPA "Page not found" fallback instead of reaching the server. Adding rel="external" opts these links out of the router's anchor interception so the browser navigates for real.


+3 -2
2 changed files