From b7495d6f2c5626a5e77545d9bc4db39a5df70f66 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Mon, 30 Sep 2024 02:18:26 -0500 Subject: [PATCH] feat: #comment fixes --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 17876ff..57c29da 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,6 +3,6 @@ import react from "@vitejs/plugin-react"; // https://vitejs.dev/config/ export default defineConfig({ - base: "/", + base: "/audio-hardware-configurator/", plugins: [react()], });