1
0
Fork 0

changing name

This commit is contained in:
CRImier 2023-05-08 21:28:25 +02:00
parent 6e2f3ef2a7
commit 53dfec21b6
3 changed files with 5 additions and 5 deletions

View file

@ -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 />

View file

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

View file

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