Skip to content

Commit 842ca3a

Browse files
authored
docs: add favicon (#1824)
1 parent 7f15c7b commit 842ca3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vitepress'
22
import type { HeadConfig } from 'vitepress'
33

4-
const head: HeadConfig[] = []
4+
const head: HeadConfig[] = [['link', { rel: 'icon', href: '/vue-i18n-logo.png' }]]
55

66
export default defineConfig({
77
title: 'Vue I18n',

0 commit comments

Comments
 (0)