Skip to content

Commit adc5a42

Browse files
committed
favicon
1 parent e5fa134 commit adc5a42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export default defineConfig({
1212
cleanUrls: true,
1313
outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // This is required for MarkdownVitepress to work correctly...
1414
head: [
15-
["link", { rel: "icon", type: "image/png", href: "/assets/favicon-96x96.png", size: "96x96" }],
16-
["link", { rel: "icon", type: "image/svg+xml", href: "/assets/favicon.svg"}],
17-
["link", { rel: "shortcut icon", href: "/assets/favicon.ico"}],
18-
["link", { rel: "apple-touch-icon", href: "/assets/apple-touch-icon.png", size: "180x180" }],
15+
["link", { rel: "icon", type: "image/png", href: "/favicon-96x96.png", size: "96x96" }],
16+
["link", { rel: "icon", type: "image/svg+xml", href: "/favicon.svg"}],
17+
["link", { rel: "shortcut icon", href: "/favicon.ico"}],
18+
["link", { rel: "apple-touch-icon", href: "/apple-touch-icon.png", size: "180x180" }],
1919
// ['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }]
2020
],
2121
ignoreDeadLinks: true,

0 commit comments

Comments
 (0)