-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qiankun examples #1825
Comments
https://create-react-app.dev/docs/using-the-public-folder You should put the picture in the |
Ok, but the application structure is exactly that taken from the repository. The files are under public and in the index.html file the favicon.icon is already linked with the public url href="%PUBLIC_URL%/favicon.ico" Could it be the version of node I compile with? Which version of node do you recommend? |
For For other pictures, you just need to put it in the |
Hi,
I tried your example project at https://github.com/umijs/qiankun, but looking at the sub-apps I saw that for React16 the gets to static resources go into error:
GET - http://localhost:7099/logo192.png
GET - http://localhost:7099/favicon.ico
because the url and port are of the main-app (localhost:7099) instead of those of the sub-apps (localhost:7100), how is it possible to solve these error cases?
Thanks
The text was updated successfully, but these errors were encountered: