mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 21:57: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';
|
import {themes as prismThemes} from 'prism-react-renderer';
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
title: 'Recipes',
|
title: 'PWS Recipes',
|
||||||
tagline: 'Hosted by PWS',
|
tagline: 'Hosted by PWS',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
url: 'https://recipes.whitney.rip',
|
url: 'https://recipes.whitney.rip',
|
||||||
@ -16,7 +16,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
customFields: {
|
customFields: {
|
||||||
tabTitle: 'PWS Recipes',
|
homePageTitle: 'Home',
|
||||||
},
|
},
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
|
@ -32,7 +32,7 @@ export default function Home() {
|
|||||||
const {siteConfig} = useDocusaurusContext();
|
const {siteConfig} = useDocusaurusContext();
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`${siteConfig.tabTitle}`}
|
title={`${siteConfig.customFields.homePageTitle}`}
|
||||||
description="Recipes website, hosted by PWS.">
|
description="Recipes website, hosted by PWS.">
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user