The idea behind this is, that it enables you to have a link like /page/{{ pagenumber }} somewhere in a shortcode or template and don’t need to think about the first page redirect, even if the post number is lower than what would require pagination. It might not be a feature you need but someone out there has use of it. “Hugo does it all”
Hi, what about providing an option for controling this behavior? I’d like to disable this for
Reducing the number of files, Cloudflare Pages has a hard limits of files (up to 20k), those alias pages account for 20% of the number of pages (including paginations) on my site.
Saving a little bit of build time.
Since those aliases seems not much affect for my websites, it’d would be great to have an option to not generate them.