simov / slugify

Slugifies a string
MIT License
1.47k stars 126 forks source link

Custom slugify.remove value not applied #187

Closed slavanossar closed 5 months ago

slavanossar commented 5 months ago

When defining a custom remove value, the value is lost when the custom slugify config is merged with the default.

image

slugify.remove ends up being an empty object after the deepMerge.

slavanossar commented 5 months ago

Sorry posted this in the wrong repo