Browse Source

Chore: fix 404 format

SukkaW 1 year ago
parent
commit
ce9ad70933
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Build/build-public.ts

+ 2 - 1
Build/build-public.ts

@@ -63,9 +63,10 @@ export const buildPublic = task(require.main === module, __filename)(async (span
   await compareAndWriteFile(
   await compareAndWriteFile(
     span,
     span,
     [
     [
+      '# <pre>',
       '#########################################',
       '#########################################',
       '# Sukka\'s Ruleset - 404 Not Found',
       '# Sukka\'s Ruleset - 404 Not Found',
-      '################## EOF ##################'
+      '################## EOF ##################</pre>'
     ],
     ],
     path.join(PUBLIC_DIR, '404.html')
     path.join(PUBLIC_DIR, '404.html')
   );
   );