Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2022-06-17 23:32:49 +02:00
commit 4c880dc950

View file

@ -15,14 +15,14 @@ export default [
name: "albums", name: "albums",
path: "/s/:token", path: "/s/:token",
component: Albums, component: Albums,
meta: { title: shareTitle, auth: true }, meta: { title: shareTitle, auth: true, hideNav: true },
props: { view: "album", staticFilter: { type: "" } }, props: { view: "album", staticFilter: { type: "" } },
}, },
{ {
name: "album", name: "album",
path: "/s/:token/:uid", path: "/s/:token/:uid",
component: AlbumPhotos, component: AlbumPhotos,
meta: { title: shareTitle, auth: true }, meta: { title: shareTitle, auth: true, hideNav: true },
}, },
{ {
path: "*", path: "*",