From 380c0a95191182074587becb1be8a8e19f816d1b Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Thu, 6 Jul 2023 19:03:22 -0500 Subject: [PATCH] relative file fixing --- index.html | 1 + vite.config.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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/' })