Changed vinlottis to history mode.

This commit is contained in:
2021-04-30 17:48:21 +02:00
parent 8c964a4815
commit c96b52c935

View File

@@ -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({