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 */