AgoraIO-Community / OpenAgoraWeb-React

Video Call App built with :heart:Agora SDK:heart: and React
MIT License
100 stars 43 forks source link

deployed does not work #3

Closed alienmaster9 closed 6 years ago

alienmaster9 commented 6 years ago

https://blazeinmedia.github.io/test/index.html

menthays commented 6 years ago

GET https://blazeinmedia.github.io/test/test/static/js/main.b9368184.js net::ERR_ABORTED It seems like path of your static file were wrong. We use create-react-app as scaffolds, you can write your deploy path (for example, here is 'https://blazeinmedia.github.io/test/') or '.' to param 'homepage' in package.json to make public path right.