We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c6d71 commit 67c4aebCopy full SHA for 67c4aeb
docs/.vitepress/config.ts
@@ -7,6 +7,35 @@ export default defineConfig({
7
title: "eslint-plugin-vuejs-a11y",
8
base: "/eslint-plugin-vuejs-accessibility/",
9
description,
10
+ head: [
11
+ [
12
+ "link",
13
+ {
14
+ rel: "icon",
15
+ type: "image/png",
16
+ sizes: "32x32",
17
+ href: "https://vue-a11y.com/favicon/favicon-32x32.png"
18
+ }
19
+ ],
20
21
22
23
24
25
+ sizes: "96x96",
26
+ href: "https://vue-a11y.com/favicon/favicon-96x96.png"
27
28
29
30
31
32
33
34
+ sizes: "16x16",
35
+ href: "https://vue-a11y.com/favicon/favicon-16x16.png"
36
37
+ ]
38
39
themeConfig: {
40
// https://vitepress.dev/reference/default-theme-config
41
nav: [
0 commit comments