Skip to content

Commit

Permalink
Merge pull request #45 from celestiaorg/hotfix/fix-build-page-og-image
Browse files Browse the repository at this point in the history
fix build page og image
  • Loading branch information
gabros20 authored Jan 16, 2025
2 parents 4dcea82 + 53809a9 commit b4651ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/build/seo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const seo = {
title: "Developer Portal",
description: "The homepage for Celestia developers. Tutorials. Resources. Community.",
image: "/meta/developer.jpg",
image: "/meta/og-image-default.jpg",
};

export default seo;

0 comments on commit b4651ca

Please sign in to comment.