illright / attractions

A pretty cool UI kit for Svelte
https://illright.github.io/attractions
MIT License
1.03k stars 37 forks source link

There are links to broken doc site pages #363

Open mrme44 opened 1 year ago

mrme44 commented 1 year ago

If you go to https://illright.github.io/attractions/docs/ and click on the components dropdown, nothing happens. Instead you have to go to https://illright.github.io/attractions//docs/. Notice the extra slash. There are links on Github that link to the docs page with one slash, which is how I ended up discovering this problem.

aabounegm commented 1 year ago

Hmm, this is an interesting bug. I don't quite understand why that happens, but I assume Sapper is part of the problem because I didn't face this when migrating to SvelteKit (which will hopefully be merged soon).