mirror of
https://github.com/remoteintech/remote-jobs
synced 2025-01-26 11:05:10 +00:00
Remove redundant comment
This commit is contained in:
parent
83c15f888f
commit
60b2371bb1
1 changed files with 0 additions and 1 deletions
|
@ -288,7 +288,6 @@ async function buildSite() {
|
||||||
const notFoundTemplate = swig.compileFile(
|
const notFoundTemplate = swig.compileFile(
|
||||||
path.join( sitePath, 'templates', '404.html' )
|
path.join( sitePath, 'templates', '404.html' )
|
||||||
);
|
);
|
||||||
// writePage( '404.html', '<html><h1>Test Custom 404</h1></html>' );
|
|
||||||
writePage( '404.html', notFoundTemplate( {
|
writePage( '404.html', notFoundTemplate( {
|
||||||
notFoundStyles
|
notFoundStyles
|
||||||
} ) );
|
} ) );
|
||||||
|
|
Loading…
Reference in a new issue