mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 11:04:06 +01:00
feat: Add og tags
This commit is contained in:
@@ -27,6 +27,17 @@ export default defineConfig({
|
||||
],
|
||||
head: [
|
||||
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
||||
['meta', { property: 'og:title', content: 'Mermaid' }],
|
||||
[
|
||||
'meta',
|
||||
{
|
||||
property: 'og:description',
|
||||
content: 'Create diagrams and visualizations using text and code.',
|
||||
},
|
||||
],
|
||||
['meta', { property: 'og:type', content: 'website' }],
|
||||
['meta', { property: 'og:url', content: 'https://mermaid.js.org' }],
|
||||
['meta', { property: 'og:image', content: 'https://mermaid.js.org/favicon.svg' }],
|
||||
[
|
||||
'script',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user