diff --git a/src/components/vue/SnapshotCalendar.vue b/src/components/vue/SnapshotCalendar.vue index 9fe9d6f..c82875b 100644 --- a/src/components/vue/SnapshotCalendar.vue +++ b/src/components/vue/SnapshotCalendar.vue @@ -62,9 +62,7 @@ const getCommitSha = (day: number) => dateToCommitShaMap.value[day.toString().padStart(2, '0')]; const openSnapshotPage = (day: number) => - (location.href = `/playlists/${props.playlistId}/snapshots/${getCommitSha( - day - )}`); + (location.href = `./snapshots/${getCommitSha(day)}`); const updateQueryAndReloadSnapshots = async ({ month,