Skip to content

Commit 1e1b473

Browse files
authored
fix: DH-20388: VITE_MODULE_PLUGINS_URL path should be relative (#2535)
DH-20388: VITE_MODULE_PLUGINS_URL path was set to an absolute path which breaks DH UI in VS code extension when targetting Envoy servers. Changed to a relative path.
1 parent d1b557f commit 1e1b473

File tree

1 file changed

+1
-1
lines changed
  • packages/embed-widget

1 file changed

+1
-1
lines changed

packages/embed-widget/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BASE_URL=./
33
# We assume embed-widget is served at a nested path, e.g. '/iframe/widget'
44
VITE_CORE_API_URL=../../jsapi
5-
VITE_MODULE_PLUGINS_URL=/js-plugins
5+
VITE_MODULE_PLUGINS_URL=../../js-plugins
66
VITE_CORE_API_NAME=dh-core.js
77
VITE_BUILD_PATH=./build
88
VITE_LOG_LEVEL=2

0 commit comments

Comments
 (0)