actually include the robots and sitemap in the minified output
This commit is contained in:
@@ -35,7 +35,9 @@ async function createOptimizedBuild() {
|
||||
const purgeResults = await new PurgeCSS().purge({
|
||||
content: [
|
||||
'public/index.html',
|
||||
'public/about.html'
|
||||
'public/about.html',
|
||||
'public/robots.txt',
|
||||
'public/sitemap.xml',
|
||||
],
|
||||
css: [
|
||||
'public/css/pico.jade.css',
|
||||
|
||||
Reference in New Issue
Block a user