From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Mon, 30 Jan 2023 04:20:13 +0000 (+1100) Subject: Use relative paths for build (#1094) X-Git-Tag: v2.2.4~2 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=3ad143228d544ff1d6a0645284a63a444ae1d537;p=rainny.git Use relative paths for build (#1094) --- diff --git a/vite.config.js b/vite.config.js index 7ca1baf..f4f588e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -28,6 +28,7 @@ const copyFiles = { export default defineConfig({ appType: 'spa', publicDir: false, + base: "", server: { port: 8080, host: true,