Skip to content

Commit e66769a

Browse files
committed
🚧 Improve Discord embed
1 parent 1626e64 commit e66769a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎src/app.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77

8+
<meta property="og:type" content="website" />
9+
<meta content="Animated Java" property="og:title" />
10+
<meta
11+
content="A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition."
12+
property="og:description"
13+
/>
14+
<meta content="https://animated-java.github.io" property="og:url" />
15+
<meta
16+
content="https://animated-java.github.io/img/animated_java_icon.svg"
17+
property="og:image"
18+
/>
19+
<meta content="#00ACED" data-react-helmet="true" name="theme-color" />
20+
821
<script>
922
const key = 'svelteness::color-scheme'
1023
const scheme = localStorage[key]

0 commit comments

Comments
 (0)