Skip to content

Commit a46f360

Browse files
committed
fix favicon
1 parent 5b5477d commit a46f360

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

astro.config.mjs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default defineConfig({
2222
logo: {
2323
src: './public/img/sanny.png',
2424
},
25+
favicon: '/img/sanny.png',
2526
social: {
2627
github: 'https://github.com/sannybuilder/tutorial',
2728
discord: 'https://sannybuilder.com/discord',
@@ -93,15 +94,6 @@ export default defineConfig({
9394
],
9495
}
9596
],
96-
head: [
97-
{
98-
tag: 'link',
99-
attrs: {
100-
rel: 'icon',
101-
href: '/img/sanny.png',
102-
},
103-
},
104-
],
10597
}),
10698
],
10799
});

0 commit comments

Comments
 (0)