From 53dfec21b626f12b75a977692f77eb9996668188 Mon Sep 17 00:00:00 2001 From: CRImier Date: Mon, 8 May 2023 21:28:25 +0200 Subject: [PATCH] changing name --- src/mainPage.tsx | 2 +- webpack-dev.config.js | 4 ++-- webpack.config.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mainPage.tsx b/src/mainPage.tsx index cb6004a..fca0d4d 100644 --- a/src/mainPage.tsx +++ b/src/mainPage.tsx @@ -56,7 +56,7 @@ export class MainPage extends Component render() { return <> -

Chaos's Food Likes/Dislikes

+

chaos's Food Likes/Dislikes

a hopefully helpful guide on what food i like?


diff --git a/webpack-dev.config.js b/webpack-dev.config.js index a73c0e6..519efb0 100644 --- a/webpack-dev.config.js +++ b/webpack-dev.config.js @@ -23,10 +23,10 @@ module.exports = { devtool: "eval-source-map", plugins: [ new HtmlWebpackPlugin({ - title: "Chaos's Food Likes/Dislikes", + title: "chaos's Food Likes/Dislikes", aseUrl: './', 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 I like, dislike and find myself unable to eat due to sensory difficulties." }, }, }) diff --git a/webpack.config.js b/webpack.config.js index 46cac0f..f03e2b0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -22,10 +22,10 @@ module.exports = { }, plugins: [ new HtmlWebpackPlugin({ - title: "Chaos's Food Likes/Dislikes", + title: "chaos's Food Likes/Dislikes", aseUrl: './', 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 I like, dislike and find myself unable to eat due to sensory difficulties." }, }, }),