1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 11:19:56 +02:00

config: add sidebar/navbar and initial translation support

This commit is contained in:
lifehackerhansol
2024-09-16 15:04:45 -07:00
parent 373b8cc5ea
commit ac8c430ec8
5 changed files with 297 additions and 0 deletions

View File

@@ -6,9 +6,14 @@
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vitepress'
import * as i18n from './i18n'
export default defineConfig({
title: "3DS Hacks Guide",
description: "A complete guide to 3DS custom firmware",
locales: {
root: i18n.en_US
},
vite: {
resolve: {
alias: [