Skip to content
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

Env variable PUBLIC_URL is ignored for output file manifest.json on build #2263

Closed
shlomgad opened this issue Jan 30, 2021 · 2 comments
Closed

Comments

@shlomgad
Copy link

Steps to reproduce:

  1. export PUBLIC_URL=/ohif2/
  2. yarn run build

Resulting manifest.json links (example):
"src": "/assets/android-chrome-36x36.png" should be "src": "/ohif2/assets/android-chrome-36x36.png"

@PoyangLiu
Copy link

Relates to #1125

@salimkanoun
Copy link
Contributor

same as #1925

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants