add album header info

This commit is contained in:
geoffrey45
2021-12-27 23:12:00 +03:00
parent 3f52bb74d8
commit ff6a4e34b5
9 changed files with 141 additions and 63 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const routes = [
component: AlbumsExplorer,
},
{
path: "/albums/:id",
path: "/albums/:album",
name: "AlbumView",
component: AlbumView,
},