diff --git a/gatsby-config.js b/gatsby-config.js index 8ebc9ea34..0bbcb11ed 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,8 +3,8 @@ module.exports = { title: `The first modular blockchain network`, description: `Celestia is a modular consensus and data network, built to enable anyone to easily deploy their own blockchain with minimal overhead.`, author: `@CelestiaOrg`, - // siteUrl: `https://celestia.org`, - siteUrl: `https://dev.lazyledger.org`, // <-- switch to this url for OG meta previews on https://dev.lazyledger.org + siteUrl: `https://celestia.org`, + // siteUrl: `https://dev.lazyledger.org`, // <-- switch to this url for OG meta previews on https://dev.lazyledger.org image: `/celestia-default-og-image.jpg`, }, @@ -77,10 +77,10 @@ module.exports = { { resolve: 'gatsby-plugin-robots-txt', options: { - // host: "https://celestia.org", - host: "https://dev.lazyledger.org", - // sitemap: "https://celestia.org/sitemap.xml", - sitemap: "https://dev.lazyledger.org/sitemap.xml", + host: "https://celestia.org", + // host: "https://dev.lazyledger.org", + sitemap: "https://celestia.org/sitemap.xml", + // sitemap: "https://dev.lazyledger.org/sitemap.xml", output: "/robots.txt", policy: [{ userAgent: '*', allow: '/' }] } diff --git a/src/components/layout.js b/src/components/layout.js index 717909f6f..d538a9fb8 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -1,13 +1,15 @@ -import React from "react" +import React from "react"; import Header from "./header"; import Footer from "./footer"; +import Banner from "./modules/banner"; export default function Layout({ children, footerBoxes }) { - return ( - <> -
- {children} -