mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-22 00:07:35 +02:00
config: add favicon
This commit is contained in:
@@ -11,6 +11,7 @@ import * as i18n from './i18n'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "3DS Hacks Guide",
|
title: "3DS Hacks Guide",
|
||||||
description: "A complete guide to 3DS custom firmware",
|
description: "A complete guide to 3DS custom firmware",
|
||||||
|
head: [['link', { rel: 'icon', href: '/images/site-config/favicon.ico' }]],
|
||||||
locales: {
|
locales: {
|
||||||
root: i18n.en_US
|
root: i18n.en_US
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user