From bfaf295568d89c39ea58d7f92096f8c0cd1d80c0 Mon Sep 17 00:00:00 2001 From: Daniel Greenheck Date: Sun, 2 Feb 2025 20:25:08 -0600 Subject: [PATCH] Updated base url --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 5104fcf..ecd070e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,4 +2,5 @@ * @type {import('vite').UserConfig} */ export default { + base: process.env.NODE_ENV === 'production' ? '/threejs-procedural-planets/' : '' } \ No newline at end of file