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 using the fallback option to generate an SPA (which is probably useful for a lot of extensions), the generated html file will not be rewritten.
This might be because of the order in which things are executed.
It is possible that this can't be fixed on the adapter's side (I'm too inexperienced with SvelteKit to judge). But anyway, I wanted to document this issue.
The text was updated successfully, but these errors were encountered:
When using the
fallback
option to generate an SPA (which is probably useful for a lot of extensions), the generated html file will not be rewritten.This might be because of the order in which things are executed.
It is possible that this can't be fixed on the adapter's side (I'm too inexperienced with SvelteKit to judge). But anyway, I wanted to document this issue.
The text was updated successfully, but these errors were encountered: