aboutsummaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
Diffstat (limited to 'server.js')
-rw-r--r--server.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.js b/server.js
index d4a1311..86e107d 100644
--- a/server.js
+++ b/server.js
@@ -20,6 +20,7 @@ async function init()
const build = {
"./index.html": buildMain,
"./index.css": buildDefault,
+ "./404/index.css": buildDefault
};
const errorPath = "./404/index.html";