File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 } />
You can’t perform that action at this time.
0 commit comments