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 7f15c7b commit 842ca3aCopy full SHA for 842ca3a
docs/.vitepress/config.mts
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'vitepress'
2
import type { HeadConfig } from 'vitepress'
3
4
-const head: HeadConfig[] = []
+const head: HeadConfig[] = [['link', { rel: 'icon', href: '/vue-i18n-logo.png' }]]
5
6
export default defineConfig({
7
title: 'Vue I18n',
0 commit comments