Skip to content

Commit

Permalink
docs: change og image order
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 19, 2024
1 parent 9e7b7e5 commit dedcdd1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ export default defineConfig({
['meta', { content: '865', property: 'og:image:height' }],
['meta', { content: 'M³ project cover', property: 'og:image:alt' }],

// Repo preview og image
// [
// 'meta',
// { content: `${CANONICAL_URL}m3-repo-preview.png`, property: 'og:image' },
// ],
// ['meta', { content: 'image/png', property: 'og:image:type' }],
// ['meta', { content: '1280', property: 'og:image:width' }],
// ['meta', { content: '640', property: 'og:image:height' }],
// ['meta', { content: 'M³ repo preview banner', property: 'og:image:alt' }],

// Logo og image
[
'meta',
Expand All @@ -114,16 +124,6 @@ export default defineConfig({
['meta', { content: '512', property: 'og:image:width' }],
['meta', { content: '512', property: 'og:image:height' }],
['meta', { content: 'The logo of M³', property: 'og:image:alt' }],

// Repo preview og image
// [
// 'meta',
// { content: `${CANONICAL_URL}m3-repo-preview.png`, property: 'og:image' },
// ],
// ['meta', { content: 'image/png', property: 'og:image:type' }],
// ['meta', { content: '1280', property: 'og:image:width' }],
// ['meta', { content: '640', property: 'og:image:height' }],
// ['meta', { content: 'M³ repo preview banner', property: 'og:image:alt' }],
],
lastUpdated: true,
locales: mapLocales(),
Expand Down

0 comments on commit dedcdd1

Please sign in to comment.