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({
|
const purgeResults = await new PurgeCSS().purge({
|
||||||
content: [
|
content: [
|
||||||
'public/index.html',
|
'public/index.html',
|
||||||
'public/about.html'
|
'public/about.html',
|
||||||
|
'public/robots.txt',
|
||||||
|
'public/sitemap.xml',
|
||||||
],
|
],
|
||||||
css: [
|
css: [
|
||||||
'public/css/pico.jade.css',
|
'public/css/pico.jade.css',
|
||||||
|
|||||||
@@ -188,7 +188,7 @@
|
|||||||
<iframe title="Introducing the Fediverse: a New Era of Social Media"
|
<iframe title="Introducing the Fediverse: a New Era of Social Media"
|
||||||
src="https://videos.elenarossini.com/videos/embed/64VuNCccZNrP4u9MfgbhkN" frameborder="0" allowfullscreen=""
|
src="https://videos.elenarossini.com/videos/embed/64VuNCccZNrP4u9MfgbhkN" frameborder="0" allowfullscreen=""
|
||||||
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||||
loading="lazy"></iframe>
|
loading="lazy" alt="video link to Introducing the Fediverse: a New Era of Social Media"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<h2>Getting started in the Fediverse</h2>
|
<h2>Getting started in the Fediverse</h2>
|
||||||
<p>The best way to see what's available in the fediverse is to start off on a larger instance, which will be
|
<p>The best way to see what's available in the fediverse is to start off on a larger instance, which will be
|
||||||
|
|||||||
Reference in New Issue
Block a user