This is my first post to this forum, so greetings to everybody.
I have been digging this forum and the documentations of Grav. But I still cannot find the solution for the problem that I have.
I am redirecting all requests to https://mydomain.com
and https://mydomain.com/
into https://mydomain.com/home
in my nginx web server. In Grav, I have set the following for the landing page “Home” :
user/config/system.yaml
home:
alias: /home
hide_in_urls: false
user/pages/01.home/default.md
slug: home
routes:
default: /home
canonical: /home
aliases:
- /home
I am not sure where else should I set. As so far, I always get href="/" instead of href="/home" on the resulting html page.
What did I miss please?
Thanks a lot in advance for your help.