Skip to content

Commit

Permalink
Update og:image URLs to force a refresh of the image cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed Jan 26, 2024
1 parent 3cfdf43 commit eb9599f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/routes/(main)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta property="og:url" content="https://minionah.com" />
<meta property="og:title" content="MinionAH — The Auction House for Hypixel SkyBlock Minions" />
<meta property="og:description" content="Buy and sell Hypixel SkyBlock minions easily on MinionAH. Explore a seamless marketplace with a beautiful interface for minion trading." />
<meta property="og:image" content="https://minionah.com/assets/images/ogBanner.png" />
<meta property="og:image:secure_url" content="https://minionah.com/assets/images/ogBanner.png" />
<meta property="og:image" content="https://minionah.com/assets/images/ogBanner.png?v=2" />
<meta property="og:image:secure_url" content="https://minionah.com/assets/images/ogBanner.png?v=2" />
<meta property="og:image:alt" content="MinionAH" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand All @@ -26,6 +26,6 @@
<meta property="twitter:url" content="https://minionah.com" />
<meta property="twitter:title" content="MinionAH" />
<meta property="twitter:description" content="Buy and sell Hypixel SkyBlock minions easily on MinionAH. Explore a seamless marketplace with a beautiful interface for minion trading." />
<meta property="twitter:image" content="https://minionah.com/assets/images/ogBanner.png" />
<meta property="twitter:image" content="https://minionah.com/assets/images/ogBanner.png?v=2" />
</svelte:head>
<slot />
2 changes: 1 addition & 1 deletion src/routes/api/craftcost/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<meta name="twitter:creator" content="@iDarthGigi" />
<meta property="og:title" content="RCC API Documentation — MinionAH" />
<meta property="og:description" content="Since NEU does not provide a public API for their (raw) craft cost feature, we decided to create our own. We have created a public API that will calculate the (raw) craft cost of any Hypixel SkyBlock item. This API is available for everyone to use in their own projects." />
<meta property="og:image" content="https://minionah.com/assets/images/ogBanner.png" />
<meta property="og:image" content="https://minionah.com/assets/images/ogBanner.png?v=2" />
<meta property="og:url" content="https://minionah.com/api/craftcost/docs" />
<meta property="og:site_name" content="MinionAH" />
<meta property="og:locale" content="en_US" />
Expand Down

0 comments on commit eb9599f

Please sign in to comment.