Skip to content

Commit

Permalink
Update embed to use new OG API
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione authored Dec 11, 2023
1 parent dc14f04 commit 044e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/embed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class EmbedUtang extends React.Component<EmbedUtangProps, EmbedUtangState> {
<MetadataHead.SEO
title={`Utang - ${realName}`}
description={`Sebuah daftar utang untuk Fansub dengan ${prefixName} ${realName}, terdapat ${projectData.length} utang!`}
image={`https://naotimes-og.glitch.me/large?name=${encodedName}&utang=${projectData.length}`}
image={`https://og-api.naoti.me/large?name=${encodedName}&utang=${projectData.length}`}
urlPath={`/embed?id=${id}&lang=${lang}&accent=${accent}&dark=${dark}`}
/>
</Head>
Expand Down

0 comments on commit 044e4ac

Please sign in to comment.