@@ -8,13 +8,13 @@ export default defineConfig({
88 starlight ( {
99 title : 'RepoWidget' ,
1010 description : 'A lightweight, customizable JavaScript widget to showcase GitHub repositories on any website.' ,
11- favicon : '/favicon.svg' ,
1211 social : [
1312 { icon : 'github' , label : 'GitHub' , href : 'https://github.com/peterbenoit/RepoWidget' } ,
1413 { icon : 'npm' , label : 'npm' , href : 'https://www.npmjs.com/package/repo-widget' } ,
1514 ] ,
1615 head : [
17- { tag : 'link' , attrs : { rel : 'icon' , type : 'image/svg+xml' , href : '/favicon.svg' } } ,
16+ { tag : 'link' , attrs : { rel : 'icon' , type : 'image/x-icon' , href : '/favicon.ico' } } ,
17+ { tag : 'link' , attrs : { rel : 'icon' , type : 'image/png' , sizes : '16x16' , href : '/favicon-16x16.png' } } ,
1818 { tag : 'link' , attrs : { rel : 'icon' , type : 'image/png' , sizes : '32x32' , href : '/favicon-32x32.png' } } ,
1919 { tag : 'link' , attrs : { rel : 'apple-touch-icon' , sizes : '180x180' , href : '/apple-touch-icon.png' } } ,
2020 { tag : 'meta' , attrs : { name : 'author' , content : 'Peter Benoit' } } ,
0 commit comments