Stencil version:
@stencil/[email protected]
I'm submitting a:
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Expected behavior:
Steps to reproduce:
baseUrl per https://stenciljs.com/docs/www, but it didn't help. The output was written to www/subfolder, but all asset URLs were still hard-coded from the root "/".It seems you need to change the paths in index.html manually, the baseUrl setting doesn't do it for you.
Most helpful comment
baseUrlper https://stenciljs.com/docs/www, but it didn't help. The output was written to www/subfolder, but all asset URLs were still hard-coded from the root "/".