Skip to content

Commit

Permalink
Og image domain according to the new service endpoint (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwabed authored Oct 24, 2022
1 parent 13857b0 commit 3ddf60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SEO.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const ogTitle = title === 'Home' ? siteName : title;
const ogServiceUrl = 'https://www.kalwabed.xyz/api/og';
const ogImage = `${ogServiceUrl}?title=${encodeURI(ogTitle)}&desc=${encodeURI(desc)}`;
const ogImage = `${ogServiceUrl}?domain=pena&title=${encodeURI(ogTitle)}&desc=${encodeURI(desc)}`;
</script>

<svelte:head>
Expand Down

1 comment on commit 3ddf60c

@vercel
Copy link

@vercel vercel bot commented on 3ddf60c Oct 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.