Skip to content

Commit

Permalink
fix: ogImage not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathxD committed Aug 7, 2023
1 parent 23d36f3 commit 7cc67da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const siteConfig: SiteConfig = {
"DevCircle is an open-source community platform built for developers. It serves as a space for mutual guidance, sharing tips and tricks, and staying updated on the latest developments in the world of developers. Join this vibrant community to connect with fellow developers, share knowledge, and explore the exciting world of coding.",
url: "https://devcircle.live",
copyrights: 2023,
ogImage: "https://devcircle.live/opengraph-image.webp",
ogImage: "https://devcircle.live/image/og.jpg",
};

export default siteConfig;

0 comments on commit 7cc67da

Please sign in to comment.