I'm thinking about moving my blog from WordPress to Grav and I've spun up a DEV site for Grav.
In WordPress, my blog post URLS are:
https://mydomain.com/year/month/title
However, in Grav, the closest I can get is:
https://mydomain.com/blog/year/month/title
How can I have a blog in Grav, but remove "/blog" from the URL? I don't want to change the URL structure since it would break all links to my site from external sources.
I found this archived post, but the user ended up just leaving "/blog" in their URLs.
Thanks in advance.