@@ -12,10 +12,10 @@ export default defineConfig({
12
12
cleanUrls : true ,
13
13
outDir : 'REPLACE_ME_DOCUMENTER_VITEPRESS' , // This is required for MarkdownVitepress to work correctly...
14
14
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" } ] ,
19
19
// ['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }]
20
20
] ,
21
21
ignoreDeadLinks : true ,
0 commit comments