1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix title

This commit is contained in:
checktheroads
2020-02-08 01:04:44 -07:00
parent bb97b90e26
commit 626f562dc0
2 changed files with 1 additions and 5 deletions

View File

@@ -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",

View File

@@ -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>