mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix title
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user