site.manifest -> site.webmanifest

This commit is contained in:
madrilene 2022-11-24 16:59:07 +01:00
parent fdfbe0130a
commit 4509d1eee4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ module.exports = {
url: process.env.URL || 'http://localhost:8080',
siteName: 'Eleventy Excellent',
siteDescription:
"Eleventy starter based on the workflow suggested by Andy Bell's https://buildexcellentwebsit.es/.",
'Eleventy starter based on the workflow suggested by buildexcellentwebsit.es.',
siteType: 'Person', // schema
locale: 'en_EN',
lang: 'en',

View file

@ -1,5 +1,5 @@
---
permalink: /site.manifest
permalink: /site.webmanifest
eleventyExcludeFromCollections: true
excludeFromSitemap: true
---