mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 21:57: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 = {
|
||||
title: 'Recipes',
|
||||
tagline: 'Hosted by PWS',
|
||||
tabTitle: 'PWS Recipes,'
|
||||
favicon: 'img/favicon.ico',
|
||||
url: 'https://recipes.whitney.rip',
|
||||
baseUrl: '/',
|
||||
|
@ -32,8 +32,8 @@ export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
title={`${siteConfig.tabTitle}`}
|
||||
description="Recipes website, hosted by PWS.">
|
||||
<HomepageHeader />
|
||||
<main>
|
||||
<HomepageFeatures />
|
||||
|
Loading…
x
Reference in New Issue
Block a user