Chore: fix 404 format

This commit is contained in:
SukkaW 2024-11-10 01:30:25 +08:00
parent 7e33b5acd9
commit ce9ad70933

View File

@ -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')
); );