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.