From 22b511cf2525cd5c38e8bd4cea1e15882b9ef5a1 Mon Sep 17 00:00:00 2001 From: Pitu <7425261+Pitu@users.noreply.github.com> Date: Sun, 16 Sep 2018 05:27:27 -0300 Subject: Need to figure out why 404 is breaking stuff --- src/site/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/site') diff --git a/src/site/router/index.js b/src/site/router/index.js index ac4a3d5..d1be2a6 100644 --- a/src/site/router/index.js +++ b/src/site/router/index.js @@ -12,7 +12,7 @@ const router = new Router({ { path: '/dashboard', component: () => import('../views/Dashboard/Uploads.vue') }, { path: '/dashboard/albums', component: () => import('../views/Dashboard/Albums.vue') }, { path: '/dashboard/settings', component: () => import('../views/Dashboard/Settings.vue') }, - { path: '*', component: () => import('../views/NotFound.vue') } + // { path: '*', component: () => import('../views/NotFound.vue') } ] }); -- cgit v1.2.3