1
0
Fork 0

open graph

This commit is contained in:
ChaotiCryptidz 2022-06-01 07:07:22 +01:00
parent d44a48a6ba
commit 93b310a7ec
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ module.exports = {
aseUrl: './', aseUrl: './',
meta: { meta: {
'og:title': { property: 'og:title', content: "Chaos's Food Likes/Dislikes" }, 'og:title': { property: 'og:title', content: "Chaos's Food Likes/Dislikes" },
'og:description': { property: 'og:description', content: "A list for all the foods we like, dislike and find unable to eat due to sensory difficulties." }, 'og:description': { property: 'og:description', content: "A list for all the foods we like, dislike and find ourselves unable to eat due to sensory difficulties." },
}, },
}) })
], ],

View file

@ -25,7 +25,7 @@ module.exports = {
aseUrl: './', aseUrl: './',
meta: { meta: {
'og:title': { property: 'og:title', content: "Chaos's Food Likes/Dislikes" }, 'og:title': { property: 'og:title', content: "Chaos's Food Likes/Dislikes" },
'og:description': { property: 'og:description', content: "A list for all the foods we like, dislike and find unable to eat due to sensory difficulties." }, 'og:description': { property: 'og:description', content: "A list for all the foods we like, dislike and find ourselves unable to eat due to sensory difficulties." },
}, },
}) })
], ],