Hi,
My site structure is destinations/$destination/$article.
I have custom routes, to keep “destinations” for destinations pages, but remove “destinations” for all children.
The URL’s are correct, but when I list all articles, $article->url() returns destinations/$destination/$article.
What’s the best method to take care of routing in $page->url() method ?