Default route override not working?

I have a page with the folder name lorem-ipsum, but want to use the wordpress style, so I was trying to set the default route override for the page to 2018/08/03/lorem-ipsum. When I refresh the blog home page, the new route is used for the link, but when I click it, I get a 404 error.

I have also tried to replace the ‘/’ with an ‘x’, but that does not matter.

So my assumtion is, that page level default route overrides are not working?

Does anyone know why?

@metbril Prepend the default route in the frontmatter with a slash… See Routes

routes:
  default: '/2018/08/03/lorem-ipsum'
1 Like

That worked. My mistake. :man_facepalming:

Maybe you need to check your ‘bril’ at the optician? :wink:

1 Like