Skip to content

Commit

Permalink
docs: add favicon (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Apr 27, 2024
1 parent 7f15c7b commit 842ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
@@ -1,7 +1,7 @@
import { defineConfig } from 'vitepress'
import type { HeadConfig } from 'vitepress'

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

export default defineConfig({
title: 'Vue I18n',
Expand Down

0 comments on commit 842ca3a

Please sign in to comment.