Skip to content

Commit

Permalink
fix: hbs image (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii authored Feb 18, 2024
1 parent e19f742 commit d1f9a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/theme/head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<meta property="og:title" content="SP1 Book" />
<meta property="og:description" content="About
A performant, 100% open-source, contributor-friendly zkVM." />
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/succinctlabs/ps1/main/assets/sp1.svg" />
<meta property="og:image" content="https://raw.githubusercontent.com/succinctlabs/ps1/main/assets/sp1.svg" />
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/succinctlabs/sp1/main/assets/sp1.png" />
<meta property="og:image" content="https://raw.githubusercontent.com/succinctlabs/sp1/main/assets/sp1.png" />

0 comments on commit d1f9a74

Please sign in to comment.