Skip to content

Commit

Permalink
Merge pull request #145 from radixdlt/update-og-tag
Browse files Browse the repository at this point in the history
fix(sandbox): update og tags
  • Loading branch information
dawidsowardx authored Sep 27, 2023
2 parents 4d940da + 0636b93 commit 99e48dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ COPY . .
# Build the project
RUN npm run build examples
RUN cp -r ./examples/assets/sandbox_icon.png ./examples/dist/assets/sandbox_icon.png
RUN cp -r ./examples/assets/og.webp ./examples/dist/assets/og.webp
RUN cp -r ./examples/assets/favicon.png ./examples/dist/assets/favicon.png

FROM nginx:alpine as production-build
Expand Down
Binary file removed examples/assets/og.webp
Binary file not shown.
12 changes: 7 additions & 5 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
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="https://sandbox.radixdlt.com/assets/og.webp" />
<meta
property="og:title"
content="The Radix dApp Sandbox"
/>
<meta property="og:title" content="The Radix dApp Sandbox" />
<meta
property="og:description"
content="Experiment with requests to the Radix Wallet with this easy to use frontend simulator."
/>
<meta
property="og:image"
content="https://assets.radixdlt.com/images/dApps/og-sandbox.webp"
/>
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
</head>
Expand Down

0 comments on commit 99e48dd

Please sign in to comment.