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
We currently use createWebHashHistory instead of createWebHistory, but this creates issues with the skip to navigation / content buttons.
So switching to createWebHistory should solve this issue and make the skip buttons work. It also gives a nicer looking URL.
It would be nice to merge #1971 first, because it reduces the migration effort a bit.
The text was updated successfully, but these errors were encountered:
We currently use
createWebHashHistory
instead ofcreateWebHistory
, but this creates issues with the skip to navigation / content buttons.So switching to
createWebHistory
should solve this issue and make the skip buttons work. It also gives a nicer looking URL.It would be nice to merge #1971 first, because it reduces the migration effort a bit.
The text was updated successfully, but these errors were encountered: