Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-10-01 02:58:24 +03:00
parent b28923c99b
commit a2ec226f58
2 changed files with 12 additions and 0 deletions

View file

@ -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(

View file

@ -122,6 +122,12 @@
status = 301
force = true
[[redirects]]
from = "/etc"
to = "https://etc.ari-web.xyz/"
status = 301
force = true
####################
[[redirects]]