forked from mirrors/thatmattlove-hyperglass
fix title
This commit is contained in:
parent
bb97b90e26
commit
626f562dc0
2 changed files with 1 additions and 5 deletions
|
|
@ -3,7 +3,6 @@ const githubURL = "https://github.com/checktheroads/hyperglass";
|
|||
module.exports = {
|
||||
title: "hyperglass",
|
||||
tagline: "documentation for the modern network looking glass",
|
||||
metaTitle: "",
|
||||
url: "https://hyperglass.io",
|
||||
baseUrl: "/",
|
||||
favicon: "img/favicon.ico",
|
||||
|
|
|
|||
|
|
@ -58,10 +58,7 @@ function Home() {
|
|||
const context = useDocusaurusContext();
|
||||
const { siteConfig = {} } = context;
|
||||
return (
|
||||
<Layout
|
||||
title={siteConfig.metaTitle}
|
||||
description="Description will go into a meta tag in <head />"
|
||||
>
|
||||
<Layout title="" description="Description will go into a meta tag in <head />">
|
||||
<header className={classnames("hero hero--primary", styles.heroBanner)}>
|
||||
<div className="container">
|
||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue