I'm trying to create a page per item of data from my CMS in 11ty. The data has pulled through nicely, and each page outputs nicely. However, when created a permalink I'm getting:
public/page-title/1/index.html
Where /1/ is the iteration of the creation of the page. I've never come across this with 11ty before - does anyone know why this happens and how I can prevent it? The docs weren't particularly helpful - saying it would happen but not why or any work arounds.
Thanks!