From 5328622aa5ebef04770ad64924cf60dba1632e17 Mon Sep 17 00:00:00 2001 From: Paul Hutelmyer Date: Mon, 29 Jan 2024 12:19:21 -0500 Subject: [PATCH] Clean up any untracked or staged occurrences of unwanted files --- ui/public/config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/public/config.js diff --git a/ui/public/config.js b/ui/public/config.js new file mode 100644 index 0000000..0973aca --- /dev/null +++ b/ui/public/config.js @@ -0,0 +1,3 @@ +window.appConfig = { + baseUrl: '/' // Change this to modify the base_url to be used as a prefix to routes. +};