change sitemap entries in robots.txt to absolute urls

This commit is contained in:
Art Lowel
2022-12-01 15:08:58 +01:00
parent e4f483c308
commit be0b54e058
5 changed files with 69 additions and 5 deletions

View File

@@ -34,8 +34,8 @@ export const copyWebpackOptions = {
},
},
{
from: path.join(__dirname, '..', 'src', 'robots.txt'),
to: 'robots.txt'
from: path.join(__dirname, '..', 'src', 'robots.txt.ejs'),
to: 'assets/robots.txt.ejs'
}
]
};