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
{{ message }}
This repository was archived by the owner on Dec 26, 2025. It is now read-only.
When hosting Blazor Wasm on Github Pages, all my repositories have the same origin. So localStorage items are shared among all my repositories.
So, I want an option to prefix every key with the current
location.pathnameWorkaround is to patch JS methods like in this example:
https://github.com/TomasHubelbauer/github-pages-local-storage/blob/main/index.js
Or manually add prefixes to all method calls.