From 23e0d996fcff1a26313bc312e409ea60d7178be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=CC=B5=CD=9D=CC=85=CC=8F=CC=8E=CC=9E=CC=97=CC=9D=CC=BCO?= =?UTF-8?q?=CC=B4=CC=87=CC=8A=CC=83=CC=8B=CC=80=CC=9D=CC=BBO=CC=B7=CC=83?= =?UTF-8?q?=CD=8B=CC=BCN=CC=B8=CC=BF=CD=9C=CC=A9=20=CC=B6=CD=92=CC=9C?= =?UTF-8?q?=CC=A0=CC=B9=CC=BC=CC=A9?= Date: Tue, 15 Oct 2024 16:50:45 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 5bc8d1ea..ce5240a5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react-swc' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: '/CharacterStudio/', +// base: '/CharacterStudio/', NOTE: For Github pages, you need to add the base URL (name of the repo) build: { outDir: './build', }