Skip to content

Commit

Permalink
fix: social media preview
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed Sep 17, 2021
1 parent 818ef33 commit 10e295c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pug/layouts/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ html.dark(lang="en")
"name":"bundle",
"@type":"ImageObject",
"@id":"#{defaults.websiteURL}/#logo",
"url":"#{defaults.websiteURL}/favicon/favicon.svg",
"url":"#{defaults.websiteURL}/favicon/android-chrome-512x512.png",
"width":512,
"height":512,
"caption":"bundle's logo"
Expand All @@ -119,7 +119,7 @@ html.dark(lang="en")
"name":"bundle",
"@type":"ImageObject",
"@id":"#{defaults.websiteURL}/#logo",
"url":"#{defaults.websiteURL}/favicon/favicon.svg",
"url":"#{defaults.websiteURL}/favicon/android-chrome-512x512.png",
"width":512,
"height":512,
"caption":"bundle's logo"
Expand Down

0 comments on commit 10e295c

Please sign in to comment.