Currently, if there are two pages that share the exact same URL (one via folder structure, and the other via slug or url param in frontmatter, Hugo will simply build sequentially and overwrite the previously build page with the latest.
Is there a way to tell Hugo to error out if it detects a URL naming collision instead of overwriting?
This is great. My only problem is that I have a few warnings that arise which I can safely ignore, and don’t want to trigger a panic. Is there any way of “having my cake and eating it too”?