mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Add https://etc.ari-web.xyz/ to main config
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b28923c99b
commit
a2ec226f58
2 changed files with 12 additions and 0 deletions
|
@ -114,6 +114,12 @@ const locations = {
|
|||
desc: "Important ari-web info",
|
||||
aliases: ["info", "important"],
|
||||
},
|
||||
|
||||
17: {
|
||||
url: "/etc",
|
||||
desc: "Random ari-web pages, projects, etc.",
|
||||
aliases: ["etc", "projects", "urandom"],
|
||||
},
|
||||
};
|
||||
const escape_HTML = (str) =>
|
||||
str.replace(
|
||||
|
|
|
@ -122,6 +122,12 @@
|
|||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/etc"
|
||||
to = "https://etc.ari-web.xyz/"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
####################
|
||||
|
||||
[[redirects]]
|
||||
|
|
Loading…
Add table
Reference in a new issue