update @ Wed 3 Nov 03:35:28 EET 2021

This commit is contained in:
Ari Archer 2021-11-03 03:35:28 +02:00
parent 4d01d98fca
commit 2ed26aba70
2 changed files with 16 additions and 1 deletions

View file

@ -86,7 +86,15 @@ const locations = {
"aliases": [
"vpn", "novpn"
]
}
},
9: {
"url": "/mp",
"desc": "My music playlist",
"aliases": [
"music", "playlist"
]
},
}
const escape_HTML = str =>
str.replace(

View file

@ -61,6 +61,12 @@
status = 301
force = true
[[redirects]]
from = "/mp"
to = "https://www.youtube.com/playlist?list=PL7UuKajElTaChff3BkcJE6620lSuSUaDC"
status = 301
force = true
[[redirects]]
from = "/:page"
to = "/page/:page"
@ -72,3 +78,4 @@
to = "/page/404/index.html"
status = 404
force = false