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
When building with a baseUrl (https://myservice.test.ch/abc/ in my case), the image paths don't seem quiet right.
The links are then: <img src=https://myservice.test.ch/abc/abc/docs/artifactory/art.... As you can see /abc is duplicated in the path (if this duplication is removed, it works fine).
Steps to reproduce
define a baseurl with a subpath and use some local pictures. ![myPicutre](artifactory-user-passwordgen.png)
Expected result
the baseurl should be correct applied and not twice.
I agree that works. But if I execute npm run build (baseurl="https://myservice.test.ch/abc/" in production/config.toml), the generated public folder holds these incorrect URLs:
Description
When building with a baseUrl (https://myservice.test.ch/abc/ in my case), the image paths don't seem quiet right.
The links are then:
<img src=https://myservice.test.ch/abc/abc/docs/artifactory/art...
. As you can see /abc is duplicated in the path (if this duplication is removed, it works fine).Steps to reproduce
define a baseurl with a subpath and use some local pictures.
![myPicutre](artifactory-user-passwordgen.png)
Expected result
the baseurl should be correct applied and not twice.
Actual result
the baseurl got applied twice https://myservice.test.ch/abc/abc/
Environment
Paste the information here as shown by
npm run info
The text was updated successfully, but these errors were encountered: