mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Wed 3 Nov 03:35:28 EET 2021
This commit is contained in:
parent
4d01d98fca
commit
2ed26aba70
2 changed files with 16 additions and 1 deletions
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue