mirror of
https://github.com/remoteintech/remote-jobs
synced 2025-01-11 12:08:51 +00:00
Update build-site.js
This commit is contained in:
parent
6c545eaead
commit
08561b7370
1 changed files with 5 additions and 0 deletions
|
@ -291,6 +291,11 @@ async function buildSite() {
|
|||
writePage( '404.html', notFoundTemplate( {
|
||||
notFoundStyles
|
||||
} ) );
|
||||
|
||||
// Add empty robots.txt
|
||||
console.log();
|
||||
console.log( 'Writing empty robots.txt' );
|
||||
writePage( 'robots.txt', '' );
|
||||
|
||||
console.log();
|
||||
console.log( 'Site files are ready in "site/build/"' );
|
||||
|
|
Loading…
Reference in a new issue