chore: use router in hash mode

This commit is contained in:
pskfyi 2022-01-09 19:42:56 -08:00 committed by pskfyi
commit 63ce5f8ba5

View file

@ -74,4 +74,8 @@ export default {
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {},
router: {
mode: 'hash',
},
}