disable history mode until fixed

This commit is contained in:
Gamebrary 2021-04-29 11:25:17 -07:00
parent 44c6d6be1a
commit d60960db78

View file

@ -20,7 +20,7 @@ import PublicProfilePage from '@/pages/PublicProfilePage';
Vue.use(Router);
export default new Router({
mode: 'history',
// mode: 'history',
routes: [
{
name: 'boards',