diff --git a/index.html b/index.html
index 99f583a..b1c5b1a 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,7 @@
+
diff --git a/vite.config.js b/vite.config.js
index 5c45e1d..4f021c2 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -12,5 +12,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
- }
+ },
+ base: '/rpcsx-site/'
})