strapi / nextjs-corporate-starter

Strapi Demo application for Corporate Websites using Next.js
MIT License
959 stars 285 forks source link

fix: category page | set link to post to be relative #59

Closed treckstar closed 11 months ago

treckstar commented 1 year ago

In some instances, on the category page, the link will render as blog/blog/{slug} due to the link not being relative.

This will cause a bunch of random errors that are hard to debug. (i.e., no meta/SEO attributes found).

PaulBratslavsky commented 11 months ago

@treckstar thank you for the help 🙂