Skip to content

Commit

Permalink
fix build page og image
Browse files Browse the repository at this point in the history
  • Loading branch information
gabros20 committed Jan 16, 2025
1 parent 4dcea82 commit 53809a9
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 53809a9

Please sign in to comment.