345dbbdb28
Resolves the issue where user is unable to navigate to new project screen from the homepage. This also addresses other strange behavior related to routing in the app. -User being navigated to the homepage after creating a connection -Refresh application button not working Resolves AB#17258, 17263, 17058
6 linhas
217 B
Bash
6 linhas
217 B
Bash
# react-scripts build use this to generate the right path for assets
|
|
# relative to index.html
|
|
# without it, you'll see error like this
|
|
# Failed to load resource: net::ERR_FILE_NOT_FOUND /favicon.ico:1
|
|
PUBLIC_URL=.
|