I am getting duplicate page generations for my root path leading to an issue where at random I would get either of these as my home page. My guess is this is happening because of specifying url in the Front Matter.
I don’t have a content/_index.md file. My Front Matter in content/blog/_index.md file is:
After running hugo --debug I noticed that there are 2 pages generated for index.html, and 2 for index.xml. So the recently generated page for index.html gets served as the root page.
I added this to my hugo.toml but I’m still seeing duplicate targets when I run hugo --printPathWarnings. Any ideas what I’m doing wrong? These are the changes I made: Disable home · alabhyajindal/aj@32667ec · GitHub