From 4ea920be19c896664750568beb93fc08e0f04d27 Mon Sep 17 00:00:00 2001 From: Robert Jeutter Date: Mon, 5 Jul 2021 08:04:39 +0200 Subject: [PATCH] remove router base somehow the page builds but github pages can't find the files correctly --- nuxt/nuxt.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/nuxt/nuxt.config.js b/nuxt/nuxt.config.js index a7ef5c5..3bb8496 100644 --- a/nuxt/nuxt.config.js +++ b/nuxt/nuxt.config.js @@ -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: {