From c230abfb0395d6a9d1500bb683a51b79341df633 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 3 Jan 2025 10:47:23 +0100 Subject: Add music services redirects --- main.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 94b6f04..550f47e 100755 --- a/main.c +++ b/main.c @@ -483,6 +483,15 @@ static Redirect redirects[] = { "Do6A3LfIKd49my6sv324pikcN3y9pFRQLzFG3rA1U%253D%26srv%" "3Dp3ktngodzi6qrf7w64mmde3syuzrv57y55hxabqcq3l5p6oi7yzze6" "qd.onion", + }, { + .alias = "/spotify/2021", + .url = "https://open.spotify.com/album/5N6tZYohr2mrmr0XelAwlK?si=RzcBdOAKRWKozDYJ91iREA", + }, { + .alias = "/apple/2021", + .url = "https://music.apple.com/us/album/accelerationism-ep/1548020164", + }, { + .alias = "/deezer/2021", + .url = "https://deezer.page.link/PXS8q1jEqECa79rEA", }, }; @@ -878,21 +887,21 @@ static Doc docs[NUM_DOCS] = { }, { .scale = 80, .text = "Apple / iTunes", - .href = "https://music.apple.com/us/album/accelerationism-ep/1548020164", + .href = "/apple/2021", }, { .type = TAG_CODE, .text = " | ", }, { .scale = 80, .text = "Spotify", - .href = "https://open.spotify.com/album/5N6tZYohr2mrmr0XelAwlK?si=RzcBdOAKRWKozDYJ91iREA", + .href = "/spotify/2021", }, { .type = TAG_CODE, .text = " | ", }, { .scale = 80, .text = "Deezer", - .href = "https://deezer.page.link/PXS8q1jEqECa79rEA", + .href = "/deezer/2021", }, { .type = TAG_END, }, { -- cgit v1.2.3