Skip to content

Commit b8f6d31

Browse files
committed
added more head tags
1 parent 4fee9d0 commit b8f6d31

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,29 @@ export default defineConfig({
7474
{ property: "og:image", content: "https://validator.axe-api.com/og.png" },
7575
],
7676

77+
["meta", { name: "twitter:card", content: "summary_large_image" }],
78+
["meta", { property: "twitter:domain", content: "validator.axe-api.com" }],
79+
[
80+
"meta",
81+
{ property: "twitter:url", content: "https://validator.axe-api.com" },
82+
],
83+
["meta", { name: "twitter:title", content: "Robust Validator" }],
84+
[
85+
"meta",
86+
{
87+
name: "twitter:description",
88+
content:
89+
"Rule-based data validation library in JavaScript. It's extendable, function-oriented, and i18n supported.",
90+
},
91+
],
92+
[
93+
"meta",
94+
{
95+
name: "twitter:image",
96+
content: "https://validator.axe-api.com/og.png",
97+
},
98+
],
99+
77100
["link", { rel: "stylesheet", href: "/cookieconsent.css" }],
78101
["script", { defer: "", src: "/init.js" }],
79102
[

0 commit comments

Comments
 (0)