Skip to content

Commit

Permalink
Update page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 23, 2024
1 parent e1c5e5f commit 4ece584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/sitemap/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async () => {

function ArticleCard({ article }) {
return (
<a href={`{article.path}`}>
<a href={`${article.path}`}>
{/* <img
src={
article.social_image ||
Expand Down

0 comments on commit 4ece584

Please sign in to comment.