Dominic Schmid
Dominic Schmid
Example:  Currently, once you are on the inner ID page you can do whatever you want to the parent slug and it will not self-heal that part of the...
Create integrations with popular ORM wrappers that allow creating the slug+ID matching on a per-entity basis, possibly in both directions.
Instead of making this svelte-only, provide adapters for common frameworks - sveltekit - nextjs - nuxt - ... you *can* use if you want but provide the basic functions as...
For ease-of-use, add multiple configurations you can import and mix and match in your handler object. For example - multiple kinds of slug sanitization - redirect checkers - identifier-handlers, things...
Generate and preview a docs site that shows all the APIs used and how you can implement your own based on those. Also include interactive testing like I currently have...