Open andreasmcdermott opened 3 years ago
Hi - I'd not thought about it. Perhaps you fancy making a PR to provide some sort of behaviour for this?
It is a bit unclear to me what fallback
should be doing? I believe in a normal SvelteKit app, it is used for creating a SPA, but it seems like this enforces SPA behavior regardless. So maybe the property isn't needed?
Note: The reason I had/have fallback
is because I was migrating from a SPA to an extension, not because I need it etc
I tried to use the
fallback
property in the same way I used it for a SPA I built in SvelteKit. I have aapp.html
file that was used as fallback. When I pass that to this adapter, it outputs aapp.html
into thebuild
folder, but this adapter is hard coded to look forindex.html
here:Is that a bug, or how would the fallback be used?