Skip to content

Commit

Permalink
config: add ini and gm9 to extensions list
Browse files Browse the repository at this point in the history
To allow these to be linked to.
  • Loading branch information
lifehackerhansol committed Sep 27, 2024
1 parent b5e9674 commit 3eae245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3eae245

Please sign in to comment.