ソースを参照

Chore: fix 404 format

SukkaW 1 年間 前
コミット
ce9ad70933
1 ファイル変更2 行追加1 行削除
  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(
     span,
     [
+      '# <pre>',
       '#########################################',
       '# Sukka\'s Ruleset - 404 Not Found',
-      '################## EOF ##################'
+      '################## EOF ##################</pre>'
     ],
     path.join(PUBLIC_DIR, '404.html')
   );