Skip to content

Commit 042285c

Browse files
authored
chore: add og:image (#4)
Adds public/og-image.png (1920x1080 dashboard screenshot) and og/twitter meta tags to index.html for social link previews.
1 parent 4c455cc commit 042285c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

β€Žindex.htmlβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<meta name="description" content="DevKey β€” a developer API dashboard built with Vuetify0. Manage API keys, monitor usage, and enforce rate limits.">
88
<meta name="keywords" content="DevKey, API keys, developer dashboard, Vuetify0, Vue 3">
99
<title>DevKey β€” Developer API Dashboard</title>
10+
<meta property="og:title" content="DevKey β€” Developer API Dashboard">
11+
<meta property="og:description" content="A developer API dashboard built with Vuetify0. Manage API keys, monitor usage, and enforce rate limits.">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://devkey.vuetifyjs.com">
14+
<meta property="og:image" content="https://devkey.vuetifyjs.com/og-image.png">
15+
<meta name="twitter:card" content="summary_large_image">
16+
<meta name="twitter:site" content="@vuetifyjs">
17+
<meta name="twitter:title" content="DevKey β€” Developer API Dashboard">
18+
<meta name="twitter:description" content="A developer API dashboard built with Vuetify0. Manage API keys, monitor usage, and enforce rate limits.">
19+
<meta name="twitter:image" content="https://devkey.vuetifyjs.com/og-image.png">
1020
</head>
1121
<body>
1222
<div id="app"></div>

β€Žpublic/og-image.pngβ€Ž

92.7 KB
Loading

0 commit comments

Comments
Β (0)