mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 13:47:29 -07:00
Update website title
This commit is contained in:
parent
4e73238a23
commit
c78a3fb3d9
@ -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: [
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user