From f51ec5d98120265f0356b0d17fa4bc5ce2af0efa Mon Sep 17 00:00:00 2001 From: Chaos Date: Thu, 4 Aug 2022 21:43:31 +0000 Subject: [PATCH] Update webpack-dev.config.js --- webpack-dev.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack-dev.config.js b/webpack-dev.config.js index f2b0134..a73c0e6 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 ourselves unable to eat due to sensory difficulties." }, + 'og:description': { property: 'og:description', content: "A list for all the foods I like, dislike and find myself unable to eat due to sensory difficulties." }, }, }) ],