Replies: 1 comment 1 reply
-
I have been navigating through many different issues, but I have not found anything clear or accurate. Please help me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello in development mode, I have the relative paths as in the following example:
background-image: url(/images/bg-header.png) !important;
But in production mode I'm going to upload the website to a subdirectory of the domain,
example:
https://www.domain.com/subdirectory/
I need it to build like this:
background-image: url(/subdirectory/images/bg-header.png) !important;
How can I get it?
Beta Was this translation helpful? Give feedback.
All reactions