Skip to content

Commit

Permalink
add icon to embed
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Dec 27, 2023
1 parent 68f8221 commit b457463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const RouterHead = component$(() => {
<title>{`SimplyMC: ${head.title}`}</title>
<meta content={`SimplyMC: ${head.title}`} property="og:title"/>
<meta content="#881645" name="theme-color"/>
<meta content="/icon-512x512.png" property="og:image" />

<link rel="preload" as="font" href="/fonts/MinecraftRegular.otf" crossOrigin="anonymous" />
<link rel="preload" as="font" href="/fonts/MinecraftBold.otf" crossOrigin="anonymous" />
Expand Down

0 comments on commit b457463

Please sign in to comment.