Hi
This is my content, and I set my homepage to generate content from the list of blog content
├── blog
│ ├── content1.md
│ ├── content2.md
│ └── content3.md
├── project
│ ├── content1.md
│ ├── content2.md
│ └── content3.md
the issue is Hugo rendering mydomain.com/blog/ which is generate 2 page with the same content (mydomain.com and mydomain.com/blog)
any method to prevent duplicate content or should I try another approach?