From c2c6e99878853fafdbd5e708c3163921f8529ae1 Mon Sep 17 00:00:00 2001 From: Pitu <7425261+Pitu@users.noreply.github.com> Date: Mon, 17 Sep 2018 04:38:25 -0300 Subject: Public albums wooo! --- src/site/router/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/site/router') diff --git a/src/site/router/index.js b/src/site/router/index.js index d1be2a6..7b9b051 100644 --- a/src/site/router/index.js +++ b/src/site/router/index.js @@ -12,6 +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: '/a/:identifier', component: () => import('../views/PublicAlbum.vue'), props: true } // { path: '*', component: () => import('../views/NotFound.vue') } ] }); -- cgit v1.2.3