js/config : remove useless extra pages

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-04-06 02:21:15 +03:00
parent 3c3f3daf75
commit f2309a54b0

View file

@ -31,7 +31,6 @@ const SITE_NAME = "ari-web";
const EXTRA_PAGES = [ const EXTRA_PAGES = [
"/mr", "/mr",
"/mp",
"/etc", "/etc",
"/page/blog", "/page/blog",
"/data", "/data",
@ -39,9 +38,6 @@ const EXTRA_PAGES = [
"/overlay", "/overlay",
"/dotfiles", "/dotfiles",
"/tdotfiles", "/tdotfiles",
"/r",
"/m",
"/yt",
"/git", "/git",
"/user", "/user",
]; ];