From 57c9e95f3bdbb913f6d2836550c020ff6b6f123c Mon Sep 17 00:00:00 2001 From: Shlok Amin Date: Fri, 23 Feb 2024 09:56:57 -0500 Subject: [PATCH] make PD base url relative --- protocol-designer/vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol-designer/vite.config.ts b/protocol-designer/vite.config.ts index 76f43a6e3ce6..d86190bac64e 100644 --- a/protocol-designer/vite.config.ts +++ b/protocol-designer/vite.config.ts @@ -8,6 +8,8 @@ import postCssPresetEnv from 'postcss-preset-env' import lostCss from 'lost' export default defineConfig({ + // this makes imports relative rather than absolute + base: '', build: { // Relative to the root outDir: 'dist',