From c7853ba61218bcf94c1544c29bd01dab63ae5805 Mon Sep 17 00:00:00 2001 From: garionion Date: Wed, 19 May 2021 18:02:44 +0200 Subject: [PATCH] fix nav links --- layouts/default.vue | 10 ++++++---- nuxt.config.js | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index bc32656..c13debf 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -10,7 +10,8 @@ > @@ -112,12 +114,12 @@ export default { { icon: 'videocam', title: 'ISWIsion Live', - to: '/' + to: './' }, { icon: 'event_seat', title: 'Cultural Events', - to: '/cultural-events' + to: './cultural-events' }, { icon: 'event', @@ -127,7 +129,7 @@ export default { { icon: 'bubble_chart', title: 'about', - to: '/about' + to: './about' }, ], miniVariant: false, diff --git a/nuxt.config.js b/nuxt.config.js index 62a6dae..4388ed8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -3,7 +3,6 @@ import pkg from './package' export default { mode: 'universal', - target: 'static', /* ** Headers of the page */