mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Fix broken prefixed asset links in webpack build (#9586)
* Fix broken prefixed asset links in webpack build Fixes https://github.com/prometheus/prometheus/issues/9585 Signed-off-by: Julius Volz <julius.volz@gmail.com> * Use .env file for PUBLIC_URL npm build env var Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
21834bca6b
commit
e7a12ac80a
3
web/ui/react-app/.env
Normal file
3
web/ui/react-app/.env
Normal file
@ -0,0 +1,3 @@
|
||||
# This ensures that all links in the generated asset bundle will be relative,
|
||||
# so that assets are loaded correctly even when a path prefix is used.
|
||||
PUBLIC_URL=.
|
Loading…
Reference in New Issue
Block a user