At the moment a string like `conținut` will be saved as `con-inut` instead of `continut` which is annoying when trying to do dynamic routing. A package like [slugify](https://www.npmjs.com/package/slugify) would help with this issue. I'll try making a pull request with this change these days.