You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case is to take the files generated in dist/ and put them on a webserver in a non-root path.
The error I encounter when doing this is that the patternfly fonts, specified in the main.css use a url(/fonts/...) path, which forces the browser to look at the root, rather than relative to the base path.
Is there anyway to update webpack to change this?
The text was updated successfully, but these errors were encountered:
Use case is to take the files generated in
dist/
and put them on a webserver in a non-root path.The error I encounter when doing this is that the patternfly fonts, specified in the
main.css
use aurl(/fonts/...)
path, which forces the browser to look at the root, rather than relative to the base path.Is there anyway to update webpack to change this?
The text was updated successfully, but these errors were encountered: