Update website title

This commit is contained in:
whitney 2024-06-21 22:36:52 -07:00
parent 4e73238a23
commit c78a3fb3d9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import {themes as prismThemes} from 'prism-react-renderer';
const config = {
title: 'Recipes',
title: 'PWS Recipes',
tagline: 'Hosted by PWS',
favicon: 'img/favicon.ico',
url: 'https://recipes.whitney.rip',
@ -16,7 +16,7 @@ const config = {
},
customFields: {
tabTitle: 'PWS Recipes',
homePageTitle: 'Home',
},
presets: [

View File

@ -32,7 +32,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.tabTitle}`}
title={`${siteConfig.customFields.homePageTitle}`}
description="Recipes website, hosted by PWS.">
<HomepageHeader />
<main>