mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-31 22:58:46 +00:00
Merge pull request #1306 from rylim/feature/issue1153-add-robots-txt
This commit is contained in:
commit
47be42f793
2 changed files with 7 additions and 2 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