Describe the problem
If a route is /[slug]/edit.svelte and the app uses SPA mode(fallback in config) what would happen is that page would use fallback page for that route because is has a dynamic slug.
Kinda related: #4158
Describe the proposed solution
Adapter should render a page /slug/edit.html or something like that and make adapter specific configuration for rewrites.
Alternatives considered
Stay as is
Importance
nice to have
Additional Information
No response
Describe the problem
If a route is /[slug]/edit.svelte and the app uses SPA mode(fallback in config) what would happen is that page would use fallback page for that route because is has a dynamic slug.
Kinda related: #4158
Describe the proposed solution
Adapter should render a page /slug/edit.html or something like that and make adapter specific configuration for rewrites.
Alternatives considered
Stay as is
Importance
nice to have
Additional Information
No response