We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5477d commit a46f360Copy full SHA for a46f360
1 file changed
astro.config.mjs
@@ -22,6 +22,7 @@ export default defineConfig({
22
logo: {
23
src: './public/img/sanny.png',
24
},
25
+ favicon: '/img/sanny.png',
26
social: {
27
github: 'https://github.com/sannybuilder/tutorial',
28
discord: 'https://sannybuilder.com/discord',
@@ -93,15 +94,6 @@ export default defineConfig({
93
94
],
95
}
96
- head: [
97
- {
98
- tag: 'link',
99
- attrs: {
100
- rel: 'icon',
101
- href: '/img/sanny.png',
102
- },
103
104
- ],
105
}),
106
107
});
0 commit comments