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 = {
|
module.exports = {
|
||||||
title: "hyperglass",
|
title: "hyperglass",
|
||||||
tagline: "documentation for the modern network looking glass",
|
tagline: "documentation for the modern network looking glass",
|
||||||
metaTitle: "",
|
|
||||||
url: "https://hyperglass.io",
|
url: "https://hyperglass.io",
|
||||||
baseUrl: "/",
|
baseUrl: "/",
|
||||||
favicon: "img/favicon.ico",
|
favicon: "img/favicon.ico",
|
||||||
|
@@ -58,10 +58,7 @@ function Home() {
|
|||||||
const context = useDocusaurusContext();
|
const context = useDocusaurusContext();
|
||||||
const { siteConfig = {} } = context;
|
const { siteConfig = {} } = context;
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout title="" description="Description will go into a meta tag in <head />">
|
||||||
title={siteConfig.metaTitle}
|
|
||||||
description="Description will go into a meta tag in <head />"
|
|
||||||
>
|
|
||||||
<header className={classnames("hero hero--primary", styles.heroBanner)}>
|
<header className={classnames("hero hero--primary", styles.heroBanner)}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
|
Reference in New Issue
Block a user