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 24, 2024
1 parent 4700f1f commit 24b6231
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 @@ -11,6 +11,7 @@ import * as i18n from './i18n'
export default defineConfig({
title: "Hacks Guide",
description: "Hacks Guide Listings",
head: [['link', { rel: 'icon', href: '/images/favicon.ico' }]],
locales: {
root: i18n.en_US
},
Expand Down

0 comments on commit 24b6231

Please sign in to comment.