Fix base url

This commit is contained in:
Seth Call 2025-03-19 19:07:19 -06:00
parent 55c532b44f
commit 3b45014af0
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;
}