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",
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: "*",