Skip to content

Commit 64cc4ef

Browse files
committed
🐛 Fix social image *again*
1 parent 3f28996 commit 64cc4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const siteUrl = 'https://animated-java.github.io'
77
const pageTitle = 'Animated Java'
88
const pageDescription = 'Effortlessly craft complex animations for Minecraft: Java Edition'
9-
const socialImage = `${siteUrl}/images/armor_stand_wave.webp`
9+
const socialImage = `${siteUrl}/images/animated_java_icon.svg`
1010
</script>
1111

1212
<svelte:head>

0 commit comments

Comments
 (0)