From ca18a80fa5948b32dd7c9f1000be80c52214d79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dhji=28=EC=A7=80=EB=8C=80=ED=95=9C=29?= Date: Mon, 15 Jun 2026 17:23:55 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20uri=20prefix=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 5c22f8b..0341b14 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], - base: "/PALNetworks/", + base: "/", build: { outDir: "docs", },