Skip to content

Commit

Permalink
config: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 25, 2024
1 parent 7e5950d commit 76491e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import * as i18n from './i18n'
export default defineConfig({
title: "Wii Hacks Guide",
description: "The complete guide to modding your Wii, vWii, and Wii mini",
head: [['link', { rel: 'icon', href: '/images/site-config/favicon.ico' }]],
locales: {
root: i18n.en_US
},
Expand Down

0 comments on commit 76491e5

Please sign in to comment.