Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Aug 23, 2021
1 parent eb74ef7 commit 4b31786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Seo/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Seo: FC<Props> = ({ date, title, description, ...rest }) => {
? `https://shunkakinoki.com/api/image?fileType=png&layoutName=Blog&Theme=Dark&Title=${title?.replace(
/\s/g,
"%20",
)}&Date=${date?.replaceAll(/\s/g, "%20")}`
)}&Date=${date?.replace(/\s/g, "%20")}`
: title
? `https://shunkakinoki.com/api/image?fileType=png&layoutName=Website&Theme=Dark&Title=${title?.replace(
/\s/g,
Expand Down

0 comments on commit 4b31786

Please sign in to comment.