Skip to content

Commit

Permalink
fix(sandbox): og image absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Sep 26, 2023
1 parent ab6fc9f commit 4d940da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content="Experiment with requests to the Radix Wallet with this easy to use frontend simulator."
/>
<script type="module" src="/sandbox.tsx"></script>
<meta property="og:image" content="/assets/og.webp" />
<meta property="og:image" content="https://sandbox.radixdlt.com/assets/og.webp" />
<meta
property="og:title"
content="The Radix dApp Sandbox"
Expand Down

0 comments on commit 4d940da

Please sign in to comment.