Skip to content

Commit 33a11ba

Browse files
committed
Fix favicon link
1 parent 43227fa commit 33a11ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineConfig({
2323
title: settings.title,
2424
description: settings.description.short,
2525
head: [
26-
['link', { rel: 'icon', href: '/favicon.ico', sizes: 'any' }],
26+
['link', { rel: 'icon', href: '/favicon.ico' }],
2727
['meta', { name: 'darkreader-lock' }],
2828

2929
['meta', { name: 'theme-color', content: '#565aa9' }],

0 commit comments

Comments
 (0)