diff --git a/src/router/index.js b/src/router/index.js
index 4b97e454968b1fb815593503510a6d1dcab61c5a..731793bb5d2946541b863e5853c18276c0d16292 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -30,7 +30,6 @@ const routes = [
 ];
 
 const router = new VueRouter({
-  mode: "history",
   base: process.env.BASE_URL,
   routes,
 });