-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
feature / enhancementNew feature or requestNew feature or request
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or request