Merge branch 'hungy' into 'hungy'
changing name See merge request ChaotiCryptidz/food!1
This commit is contained in:
commit
fcaebcc085
|
@ -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 />
|
||||
|
|
|
@ -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." },
|
||||
},
|
||||
})
|
||||
|
|
|
@ -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." },
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue