From 9d0dab9b37e5ab016f30039c4b28a8dd90dc21e6 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:36:30 +0700 Subject: [PATCH] Fix(?) rewrite --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 93dd15d..3c29ba8 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -5,7 +5,7 @@ export default defineConfig({ base: '/bootloader-unlock-wall-of-shame/', rewrites: { 'README.md': 'index.md', - '(.*)/README.md': '(.*)/index.md' + '(.*)/README.md': '(.*)/' }, title: "Bootloader Unlock: Wall of Shame", description: "Keeping track of companies that \"care about your data 🥺\"",