site.manifest -> site.webmanifest
This commit is contained in:
parent
fdfbe0130a
commit
4509d1eee4
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ module.exports = {
|
||||||
url: process.env.URL || 'http://localhost:8080',
|
url: process.env.URL || 'http://localhost:8080',
|
||||||
siteName: 'Eleventy Excellent',
|
siteName: 'Eleventy Excellent',
|
||||||
siteDescription:
|
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
|
siteType: 'Person', // schema
|
||||||
locale: 'en_EN',
|
locale: 'en_EN',
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
permalink: /site.manifest
|
permalink: /site.webmanifest
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
excludeFromSitemap: true
|
excludeFromSitemap: true
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue