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() {
|
render() {
|
||||||
return <>
|
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>
|
<p class="lead">a hopefully helpful guide on what food i like?</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -23,10 +23,10 @@ module.exports = {
|
||||||
devtool: "eval-source-map",
|
devtool: "eval-source-map",
|
||||||
plugins: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
title: "Chaos's Food Likes/Dislikes",
|
title: "chaos's Food Likes/Dislikes",
|
||||||
aseUrl: './',
|
aseUrl: './',
|
||||||
meta: {
|
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." },
|
'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: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
title: "Chaos's Food Likes/Dislikes",
|
title: "chaos's Food Likes/Dislikes",
|
||||||
aseUrl: './',
|
aseUrl: './',
|
||||||
meta: {
|
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." },
|
'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