swyxio / swyxkit

An opinionated blog starter for SvelteKit + Tailwind + Netlify. Refreshed for SvelteKit 1.0!
https://swyxkit.netlify.app/
MIT License
681 stars 89 forks source link

use better strategy to slugify rather than roll our own #71

Closed swyxio closed 2 years ago

swyxio commented 2 years ago

right now if your blogpost ends in an exclamation mark like with https://swyxkit.netlify.app/faster-youtube-embeds the default slugification lets through the exclamation mark, which is not a friendly URL.

we should use https://www.npmjs.com/package/github-slugger

which would probably drop it