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:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user