Skip to content

Commit

Permalink
changed siteURL to release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 10, 2023
1 parent 1a4a045 commit 42396ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,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 @@ -82,9 +82,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-robots-txt',
options: {
// host: "https//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 42396ce

Please sign in to comment.