diff --git a/layouts/default.vue b/layouts/default.vue index 2b31eb8..713bb4e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -10,16 +10,17 @@ > @@ -130,13 +130,13 @@ export default { icon: "videocam", title: "ISWIsion Live", relative: true, - to: "./" + to: "/" }, { icon: "event_seat", title: "Cultural Events", relative: true, - to: "./cultural-events" + to: "/cultural-events" }, { icon: "event", @@ -148,7 +148,7 @@ export default { icon: "bubble_chart", title: "about", relative: true, - to: "./about" + to: "/about" } ], miniVariant: false,