diff --git a/frontend/src/share/routes.js b/frontend/src/share/routes.js index 700d3a1bc..4ba1fb241 100644 --- a/frontend/src/share/routes.js +++ b/frontend/src/share/routes.js @@ -15,14 +15,14 @@ export default [ name: "albums", path: "/s/:token", component: Albums, - meta: { title: shareTitle, auth: true }, + meta: { title: shareTitle, auth: true, hideNav: true }, props: { view: "album", staticFilter: { type: "" } }, }, { name: "album", path: "/s/:token/:uid", component: AlbumPhotos, - meta: { title: shareTitle, auth: true }, + meta: { title: shareTitle, auth: true, hideNav: true }, }, { path: "*",