From 111b45999291b06c3ba660354bdf7399f145eb9f Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:15:13 +0100 Subject: [PATCH] setting baseurl --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 2079e35..820fe9c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,6 +1,7 @@ module.exports = { root: 'src', build: { + base: "https://sheldan.github.io/orbits/", outDir: '../dist' } } \ No newline at end of file