From 93b310a7ec7bf7f053edb35eb5fa5eacb834c192 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 1 Jun 2022 07:07:22 +0100 Subject: [PATCH] open graph --- webpack-dev.config.js | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack-dev.config.js b/webpack-dev.config.js index 631fbd9..f2b0134 100644 --- a/webpack-dev.config.js +++ b/webpack-dev.config.js @@ -27,7 +27,7 @@ module.exports = { aseUrl: './', meta: { '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." }, }, }) ], diff --git a/webpack.config.js b/webpack.config.js index 80bb7ce..d52a132 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,7 +25,7 @@ module.exports = { aseUrl: './', meta: { '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." }, }, }) ],