From c96b52c93588bd2beb69a0b33a7f715c27d3e17e Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 30 Apr 2021 17:48:21 +0200 Subject: [PATCH] Changed vinlottis to history mode. --- frontend/vinlottis-init.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/vinlottis-init.js b/frontend/vinlottis-init.js index c693761..0aeb331 100644 --- a/frontend/vinlottis-init.js +++ b/frontend/vinlottis-init.js @@ -46,7 +46,8 @@ ga("send", "pageview"); if (ENV == "development") window[`ga-disable-${__GA_TRACKINGID__}`] = true; const router = new VueRouter({ - routes: routes + routes: routes, + mode: 'history' }); new Vue({