remove router base

somehow the page builds but github pages can't find the files correctly
This commit is contained in:
2021-07-05 08:04:39 +02:00
committed by GitHub
parent 41922ddc84
commit 4ea920be19

View File

@@ -2,9 +2,6 @@ export default {
ssr: false, // Disable Server Side rendering
// Target: https://go.nuxtjs.dev/config-target
target: 'static',
router: {
base: '/wieerwill.github.io/'
},
// Global page headers: https://go.nuxtjs.dev/config-head
head: {