Side step a blog routing issue

I'm not sure how sapper handles routing, but there seems to be an issue right now with trailing `/` characters. This PR just side steps the issue until it can be addressed.
pull/1036/head
Scott Bedard 7 years ago committed by GitHub
parent c13b6ad6a5
commit 4a93c75cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
The magical disappearing UI framework.
* [Read the introductory blog post](https://svelte.technology/blog/frameworks-without-the-framework/)
* [Read the introductory blog post](https://svelte.technology/blog/frameworks-without-the-framework)
* [Read the guide](https://svelte.technology/guide)
* [Try it out](https://svelte.technology/repl)
* [Chat on Gitter](https://gitter.im/sveltejs/svelte)

Loading…
Cancel
Save