We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43227fa commit 33a11baCopy full SHA for 33a11ba
.vitepress/config.mts
@@ -23,7 +23,7 @@ export default defineConfig({
23
title: settings.title,
24
description: settings.description.short,
25
head: [
26
- ['link', { rel: 'icon', href: '/favicon.ico', sizes: 'any' }],
+ ['link', { rel: 'icon', href: '/favicon.ico' }],
27
['meta', { name: 'darkreader-lock' }],
28
29
['meta', { name: 'theme-color', content: '#565aa9' }],
0 commit comments