From 3eae2455f654ef682adc282f709a46faebb3a9cf Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 16 Sep 2024 23:06:06 -0700 Subject: [PATCH] config: add `ini` and `gm9` to extensions list To allow these to be linked to. --- docs/.vitepress/config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 18f07673fd..2dae759f51 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -8,6 +8,8 @@ import { defineConfig } from 'vitepress' import * as i18n from './i18n' +process.env.VITE_EXTRA_EXTENSIONS = 'ini,gm9' + export default defineConfig({ title: "3DS Hacks Guide", description: "A complete guide to 3DS custom firmware",