mirror of
https://github.com/remoteintech/remote-jobs
synced 2025-01-25 18:45:06 +00:00
Update build-site.js
This commit is contained in:
parent
6c545eaead
commit
08561b7370
1 changed files with 5 additions and 0 deletions
|
@ -292,6 +292,11 @@ async function buildSite() {
|
|||
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