empress / empress-blog

Fully-functional, SEO friendly static site implementation of a blog system built on Ember
https://empress-blog.netlify.app/
MIT License
180 stars 30 forks source link

make sure prember urls are prefixed with a / #145

Closed mansona closed 2 years ago

mansona commented 2 years ago

I was made aware of this bug in a helpful hacker news comment (I know right 😂 ) where prembered urls were missing the / between the domain and the path for posts. This only happened with prember (i.e. not using ember-cli-fastboot or in the ember-only tests) so I figured it was something to do with how we defined the prember urls in the addon

I have tested that this works locally 👍 I would have to setup fastboot testing to add a test to make sure this works