Closed weegeekps closed 4 years ago
Something happened recently with CRA that has caused relative pathing for files in the public folder to fail to resolve. This PR changes our usages to use the PUBLIC_URL environment variable during the build to create absolute paths.
public
PUBLIC_URL
Something happened recently with CRA that has caused relative pathing for files in the
public
folder to fail to resolve. This PR changes our usages to use thePUBLIC_URL
environment variable during the build to create absolute paths.