Closed daniyals14 closed 4 years ago
Hello,
When i try to use the selfHosted option, the URL generated is incorrect and has double slashed in the URL like this
static/webfonts//s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2
I am also using assetPrefix option on compile, works fine when this is disabled
If i make the following change, it works fine, in utils.js
return${pathPrefix || `}/static/webfonts${pathname};`
return
`}/static/webfonts${pathname}
@hupe1980 Ive created a PR, can u pls look into it?
Hello,
When i try to use the selfHosted option, the URL generated is incorrect and has double slashed in the URL like this
I am also using assetPrefix option on compile, works fine when this is disabled