aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPitu <[email protected]>2018-09-16 05:27:27 -0300
committerPitu <[email protected]>2018-09-16 05:27:27 -0300
commit22b511cf2525cd5c38e8bd4cea1e15882b9ef5a1 (patch)
tree8c124f8ad07f9d4e5b23b0a185dcba2046798aa0 /src
parentAdded logo (diff)
downloadhost.fuwn.me-22b511cf2525cd5c38e8bd4cea1e15882b9ef5a1.tar.xz
host.fuwn.me-22b511cf2525cd5c38e8bd4cea1e15882b9ef5a1.zip
Need to figure out why 404 is breaking stuff
Diffstat (limited to 'src')
-rw-r--r--src/site/router/index.js2
1 files changed, 1 insertions, 1 deletions
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') }
]
});