Skip to content

Commit 159e76a

Browse files
committed
✨ Use icon instead of armorstand wave
1 parent 1480eea commit 159e76a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/routes/docs/+layout.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
1414
const { children, data } = $props()
15-
const siteUrl = 'https://animated-java.github.io'
15+
const siteUrl = 'https://animated-java.dev'
1616
const docsTitle = 'Animated Java Docs'
1717
const defaultDescription = 'Effortlessly craft complex animations for Minecraft: Java Edition'
18-
const socialImage = `${siteUrl}/images/armor_stand_wave.webp`
18+
const socialImage = `${siteUrl}/images/animated_java_icon.svg`
1919
2020
const pageTitle = $derived(
2121
data.currentDoc?.title ? `${data.currentDoc.title} | ${docsTitle}` : docsTitle
@@ -193,6 +193,8 @@
193193
<meta property="og:url" content={canonicalUrl} />
194194
<meta property="og:image" content={socialImage} />
195195

196+
<meta content="#00ACED" data-react-helmet="true" name="theme-color" />
197+
196198
<meta name="twitter:card" content="summary_large_image" />
197199
<meta name="twitter:title" content={pageTitle} />
198200
<meta name="twitter:description" content={pageDescription} />

0 commit comments

Comments
 (0)