mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-05 06:07:29 -07:00
Update tab title and description.
This commit is contained in:
parent
18ae8e041e
commit
ea33157408
@ -3,6 +3,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
|
|||||||
const config = {
|
const config = {
|
||||||
title: 'Recipes',
|
title: 'Recipes',
|
||||||
tagline: 'Hosted by PWS',
|
tagline: 'Hosted by PWS',
|
||||||
|
tabTitle: 'PWS Recipes,'
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
url: 'https://recipes.whitney.rip',
|
url: 'https://recipes.whitney.rip',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
|
@ -32,8 +32,8 @@ export default function Home() {
|
|||||||
const {siteConfig} = useDocusaurusContext();
|
const {siteConfig} = useDocusaurusContext();
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`Hello from ${siteConfig.title}`}
|
title={`${siteConfig.tabTitle}`}
|
||||||
description="Description will go into a meta tag in <head />">
|
description="Recipes website, hosted by PWS.">
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main>
|
<main>
|
||||||
<HomepageFeatures />
|
<HomepageFeatures />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user