remove router base

somehow the page builds but github pages can't find the files correctly
This commit is contained in:
WieErWill 2021-07-05 08:04:39 +02:00 committed by GitHub
parent 41922ddc84
commit 4ea920be19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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