1
0
Fork 0

Merge branch 'hungy' into 'hungy'

changing name

See merge request ChaotiCryptidz/food!1
This commit is contained in:
chaos 2023-05-09 06:10:31 +00:00
commit fcaebcc085
3 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
render() {
return <>
<h1 class="mt-5">Chaos's Food Likes/Dislikes</h1>
<h1 class="mt-5">chaos's Food Likes/Dislikes</h1>
<p class="lead">a hopefully helpful guide on what food i like?</p>
<br />

View file

@ -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." },
},
})

View file

@ -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." },
},
}),