summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmain.c15
1 files 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,
}, {