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
As a developer, I would like to designate the path through which all asset requests go. For example, if I deploy the app to an unknown subfolder, I'd like to add "homepage": "./", thus making all asset paths relative to the current path: "./asset/resource-name.css".
Suggested solution
The entry to the initial assets is written into the index.html file. My rough assumption is we could prepend the homepage string to those asset paths. I'm sure this is not the whole story, since there are cascading requests to get more assets.
Description
As a developer, I would like to designate the path through which all asset requests go. For example, if I deploy the app to an unknown subfolder, I'd like to add
"homepage": "./"
, thus making all asset paths relative to the current path:"./asset/resource-name.css"
.Suggested solution
The entry to the initial assets is written into the index.html file. My rough assumption is we could prepend the
homepage
string to those asset paths. I'm sure this is not the whole story, since there are cascading requests to get more assets.Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: