diff --git a/vite.config.js b/vite.config.js index 68d96cc..017dfaa 100644 --- a/vite.config.js +++ b/vite.config.js @@ -49,5 +49,5 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)) } }, - base: '/rpcsx-site/', + base: '/', });