mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-15 10:40:33 +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(
|
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')
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user