diff options
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ async function init() const build = { "./index.html": buildMain, "./index.css": buildDefault, + "./404/index.css": buildDefault }; const errorPath = "./404/index.html"; |