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
base option needs some love for JS-imports and CSS-url()s and -imports.
Currently, when building, you need to ensure, that your imports are relative.
This might break, if you have more pages e.g. in subdirectories.
I'm not really sure, how this should be handled, because sometimes you really want it to be an absolute path, even when building for a subdirectory...
The text was updated successfully, but these errors were encountered:
base
option needs some love for JS-imports and CSS-url()
s and -imports.Currently, when building, you need to ensure, that your imports are relative.
This might break, if you have more pages e.g. in subdirectories.
I'm not really sure, how this should be handled, because sometimes you really want it to be an absolute path, even when building for a subdirectory...
The text was updated successfully, but these errors were encountered: