Skip to content

Commit 4fee9d0

Browse files
committed
Fix
1 parent 41f823f commit 4fee9d0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ export default defineConfig({
6969
"Rule-based data validation library in JavaScript. It's extendable, function-oriented, and i18n supported.",
7070
},
7171
],
72-
["meta", { property: "og:image", content: "" }],
72+
[
73+
"meta",
74+
{ property: "og:image", content: "https://validator.axe-api.com/og.png" },
75+
],
7376

7477
["link", { rel: "stylesheet", href: "/cookieconsent.css" }],
7578
["script", { defer: "", src: "/init.js" }],

docs/public/og.png

814 KB
Loading

0 commit comments

Comments
 (0)