mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 09:40:34 +08:00
Chore: fix 404 format
This commit is contained in:
parent
7e33b5acd9
commit
ce9ad70933
@ -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')
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user