I probably missed something but in the past it was possible to change the home to, lets say blog. So example.com/blog/ became example.com and example.com/blog/article-about-something became example.com/article-about-something and this worked out of the box by setting c::set(‘home’, ‘blog’) without setting up a route or a page model.
Now the Urls on the new home-page aka. blog do point to the right direction (the articles) but return a 404 and the articles are only reachable through the original url example.com/blog/article-about-something.
What do i miss, what has changed, how can I fix this?
Edit: I did try this also with a fresh install of the starter kit to test it and changed the homepage to notes with the same result.
Littel aside questions: I used to have routes, hooks etc. in separated files and required them in the config.php - at first glance this is not longer possible with the new return syntax or am I wrong?