1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-18 06:21:37 +02:00

config: add ini and gm9 to extensions list

To allow these to be linked to.
This commit is contained in:
lifehackerhansol
2024-09-16 23:06:06 -07:00
parent b5e96749d2
commit 3eae2455f6

View File

@@ -8,6 +8,8 @@ import { defineConfig } from 'vitepress'
import * as i18n from './i18n' import * as i18n from './i18n'
process.env.VITE_EXTRA_EXTENSIONS = 'ini,gm9'
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",