Skip to content

Commit

Permalink
swapped to live host
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 17, 2023
1 parent d3c49ad commit dd788d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},

Expand Down Expand Up @@ -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: '/' }]
}
Expand Down

0 comments on commit dd788d2

Please sign in to comment.