-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/meta-tags-fix' into dev
- Loading branch information
Showing
79 changed files
with
775 additions
and
1,125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Careers", | ||
description: "Join our team of leading engineers, researchers and entrepreneurs in pioneering the first modular blockchain design.", | ||
image: "", | ||
title: "Careers | celestia.org", | ||
description: "Join our team of leading engineers, researchers, and entrepreneurs in pioneering the first modular blockchain design.", | ||
image: "/celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Community", | ||
title: "Community | celestia.org", | ||
description: "Discover community hubs, discussion forums, and resources that are used by the global Celestia community.", | ||
image: "", | ||
image: "/celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Developer Portal", | ||
title: "Developer Portal | celestia.org", | ||
description: "The homepage for Celestia developers. Tutorials. Resources. Community.", | ||
image: "", | ||
}; | ||
image: "/developer-portal-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Ecosystem", | ||
description: "Celestia Ecosystem provides a wide range of apps and services built in the Celestia ecosystem. This page provides thematic focus to the diversity of services and apps developed on top of Celestia Tech.", | ||
image: "/ecosystem-page.jpg", | ||
}; | ||
title: "Ecosystem | celestia.org", | ||
description: "Celestia Ecosystem provides a wide range of apps and services built in the Celestia ecosystem.", | ||
image: "/ecosystem-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - FAQ", | ||
title: "FAQ | celestia.org", | ||
description: "Find answers to frequently asked questions about Celestia.", | ||
image: "", | ||
}; | ||
image: "/celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export const seoContent = { | ||
title: "Glossary | celestia.org", | ||
description: "Explore new terms about Celestia and modular blockchains.", | ||
image: "/glossary-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Home", | ||
title: "Home | celestia.org", | ||
description: "Celestia is a modular consensus and data network, built to enable anyone to easily deploy their own blockchain with minimal overhead.", | ||
image: "/celestia-default-og-image.jpg", | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Press", | ||
description: "Find Branding and Press Resources, Socilal Media channels, Enquiries and News about Celestia.", | ||
image: "", | ||
title: "Press | celestia.org", | ||
description: "Find branding, news, social channels, and press contacts.", | ||
image: "/celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Resources", | ||
description: "Explore the Celestia network resources and documentation to learn more about the project.", | ||
image: "", | ||
title: "Resources | celestia.org", | ||
description: "Explore blog posts, podcasts episodes, YouTube videos, and research papers about the Celestia network.", | ||
image: "celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Team", | ||
description: "We're building the Celestia network", | ||
image: "", | ||
title: "Team | celestia.org", | ||
description: "Meet the team building the Celestia network.", | ||
image: "celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - Technology", | ||
description: "Celestia is pioneering a new paradigm in blockchain design. A minimal, modular consensus layer for rollups.", | ||
image: "", | ||
title: "Technology | celestia.org", | ||
description: "Learn about the core technology powering Celestia's new modular blockchain architecture.", | ||
image: "celestia-default-og-image.jpg", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const seoContent = { | ||
title: "Celestia - What is Celestia?", | ||
description: "Celestia is pioneering a new paradigm in blockchain design. A minimal, modular consensus layer for rollups.", | ||
title: "What is Celestia? | celestia.org", | ||
description: "A complete beginner's guide to how Celestia works, its key benefits, and how anyone in the world will be able to create their own blockchain in minutes.", | ||
image: "/what-is-celestia-og-image.jpg", | ||
}; | ||
}; |
Binary file not shown.
Oops, something went wrong.