Skip to content

Commit

Permalink
chore: adjust og tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 17, 2024
1 parent 6eef0ce commit 812d4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export default withPwa(
['meta', { name: 'theme-color', content: '#0A0ABC' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: 'vite plugin local| A better developer environment.' }],
['meta', { property: 'og:site_name', content: 'vite plugin local' }],
['meta', { property: 'og:title', content: 'vite-plugin-local | A better developer environment.' }],
['meta', { property: 'og:site_name', content: 'vite-plugin-local' }],
['meta', { property: 'og:image', content: './images/og-image.png' }],
['meta', { property: 'og:url', content: 'https://vite-plugin-local.netlify.app/' }],
// ['script', { 'src': 'https://cdn.usefathom.com/script.js', 'data-site': '', 'data-spa': 'auto', 'defer': '' }],
Expand Down

0 comments on commit 812d4a4

Please sign in to comment.