diff --git a/bin/build-site.js b/bin/build-site.js index 4dc431c9..e3596305 100755 --- a/bin/build-site.js +++ b/bin/build-site.js @@ -288,7 +288,6 @@ async function buildSite() { const notFoundTemplate = swig.compileFile( path.join( sitePath, 'templates', '404.html' ) ); - // writePage( '404.html', '

Test Custom 404

' ); writePage( '404.html', notFoundTemplate( { notFoundStyles } ) );