Skip to content

Commit

Permalink
Add metadata tags
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Jul 19, 2024
1 parent c885bc5 commit 5efb797
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineConfig({

title: "MCDOC",
lang: 'en-US',
description: "An Ultimate Collection of Minecraft History, Tools & Unlockers.",
description: "An Ultimate Collection of Bedrock Minecraft History, Tools & Unlockers.",
base: '/',
cleanUrls:true,
ignoreDeadLinks: true,
Expand All @@ -45,6 +45,20 @@ export default defineConfig({
[ 'link', { rel: "manifest", href: "/manifest.json"}],
[ 'scipt', { src: "/asstes/js/service.js" }],
[ 'script', { src: "/assets/js/ads.js" }],
[ 'meta', { property: 'og:type', content: 'website' }],
[ 'meta', { property: 'og:title', content: 'MCDOC' }],
[ 'meta', { property: 'og:image', content: '/assets/images/title.webp' }],
[ 'meta', { property: 'og:url', content: 'https://mcdoc.openm.tech' }],
[ 'meta', { property: 'og:description', content: 'An Ultimate Collection of Bedrock Minecraft History, Tools & Unlockers.' }],
[ 'meta', { property: 'og:site_name', content: 'MCDOC' }],
[ 'meta', { property: 'og:locale', content: 'en_US' }],
[ 'meta', { name: 'theme-color', content: '#644119' }],
[ 'meta', { name: 'twitter:card', content: 'summary_large_image' }],
[ 'meta', { name: 'twitter:title', content: 'MCDOC' }],
[ 'meta', { name: 'twitter:description', content: 'An Ultimate Collection of Bedrock Minecraft History, Tools & Unlockers.' }],
[ 'meta', { name: 'twitter:image', content: '/assets/images/title.webp' }],
[ 'meta', { name: 'twitter:site', content: '@openmproject' }],
[ 'meta', { name: 'twitter:creator', content: '@openmproject' }],
],

themeConfig: {
Expand Down

0 comments on commit 5efb797

Please sign in to comment.