diff --git a/frontend/maven-build.sh b/frontend/maven-build.sh index 775020f6cf..3e96680afd 100755 --- a/frontend/maven-build.sh +++ b/frontend/maven-build.sh @@ -2,7 +2,7 @@ # it seems like we dont need a full/absolute url here #export PUBLIC_URL=https://example.com/react/ -export PUBLIC_URL=/ +export PUBLIC_URL=/react/ export SITE_NAME="Test Site Name" npm install react-app-rewired