diff --git a/pages/playlists/[playlistId]/snapshots/index.vue b/pages/playlists/[playlistId]/snapshots/index.vue index b511635..48f2fe9 100644 --- a/pages/playlists/[playlistId]/snapshots/index.vue +++ b/pages/playlists/[playlistId]/snapshots/index.vue @@ -62,7 +62,7 @@ const { const snapshotLinkMap = computed>(() => (calendarEntries.value || []).reduce((map, entry) => { const dateCapturedKey = entry.dateCaptured.substring(0, 10); - map[dateCapturedKey] = `./snapshots/${entry.commitSha}`; + map[dateCapturedKey] = `./snapshots/show/${entry.commitSha}`; return map; }, {}) diff --git a/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue b/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue new file mode 100644 index 0000000..cb862dc --- /dev/null +++ b/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue @@ -0,0 +1,132 @@ + + + + +