config: add favicon

This commit is contained in:
lifehackerhansol 2024-09-20 01:56:20 -07:00
parent 5a7e6e9e66
commit 1ae989196b
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -11,6 +11,7 @@ import * as i18n from './i18n'
export default defineConfig({
title: "3DS Hacks Guide",
description: "A complete guide to 3DS custom firmware",
head: [['link', { rel: 'icon', href: '/images/site-config/favicon.ico' }]],
locales: {
root: i18n.en_US
},