Subpage linking issue reproduction

Reproducing:

  1. Press the "Go to blog" link
  2. Press the "Go to post" link
  3. Expected behavior: link should take you to the blog post
  4. Actual behavior: the browser fetches the data for the page but never navigates

Reloading and pressing the "Go to another page" link and then going to the blog post does work however, suggesting the issue is navigating from /blog to /blog/a-post (/[slug] where slug is blog and /blog/[slug] where slug is a-post)

Go to blogGo to another page