KhronosGroup / glTF-Project-Explorer

Tool to provide a filterable registry of glTF community projects.
Apache License 2.0
87 stars 47 forks source link

Fixing public relative paths #66

Closed weegeekps closed 4 years ago

weegeekps commented 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.