airswap / airswap-nft-marketplace

Reference AirSwap Marketplace Client
12 stars 4 forks source link

set package homepage to . for relative assets #212

Closed dmosites closed 7 months ago

dmosites commented 7 months ago

Allow app to be served from different paths. Assets are currently linked to an absolute path:

/static/js/2.d8651403.chunk.js

With homepage as "." assets are linked relative to index.html:

./static/js/2.d8651403.chunk.js

Read more: https://create-react-app.dev/docs/deployment/#serving-the-same-build-from-different-paths