chore: use router in hash mode

This commit is contained in:
pskfyi 2022-01-09 19:42:56 -08:00 committed by pskfyi
parent 1d655da2ab
commit 63ce5f8ba5
1 changed files with 4 additions and 0 deletions

View File

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