Closed ghost closed 6 years ago
I will look into this. But as this may potentially break current running sites and permalinks there should be a extra config like dontRenderDateInSlug: true
Pretty sure this is already possible, look no date in slug: https://freesewing.org/blog/announcing-penelope
My posts look like this
['posts', { page: '/posts/_slug', permalink: '/:year/:month/:day/:slug', isPost: true, generate: ['get', 'getAll'] }]
Now I want my permalinks not to look like this
/2018/05/28/2018-05-28-lorem-ipsum
but instead like this/2018/05/28/lorem-ipsum
how do I make this happen?