Skip to content

Commit

Permalink
feat: resolve image og
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhozhr10 committed Jun 1, 2024
1 parent 03cd768 commit f788d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const baseMetadata = (path: string, titlePrefix?: string): Metadata => {
title: `${titlePrefix || ""}${titlePrefix ? " :: " : ""}${title}`,
url: `${baseURL}${path ? "/" : ""}${path}`,
description: description,
images: ["/img/smug-ico.png"],
images: `${baseURL}/img/smug-ico.png`,
type: "website",
},
};
Expand Down

0 comments on commit f788d4a

Please sign in to comment.