Hello, everybody,
I'm sure there are several ways to achieve what I want. So I want to know which way you think is the best.
What I want:
I created a blog in domain/blog This should be an overview of sites and articles I write.
The Item URL should not have "blog" in its URL. It should be like domain/item-url
My solution so far:
- I create the content under domain/item-url
- I create a dummy blog item under domain/blog/item-url
- I create a Route Overrides - Default Route to domain/item-url
Is there another solution where I can do it without the dummy article?
- Moving the blog to /root aka make it /home is not an option, because /home is a modular landing page.