Fix base url

This commit is contained in:
Seth Call 2025-03-19 19:07:19 -06:00 committed by Nuwan
parent ab1575365d
commit 5fba0f8d97
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const init = () => {
if (!process.env.PUBLIC_URL) {
console.log("setting public url", process.env.REACT_APP_BASE_URL);
process.env.PUBLIC_URL = "";
process.env.PUBLIC_URL = process.env.REACT_APP_BASE_URL;
}