Ok here’s my issue:
If my main page is my blog:
1_home (title of the page is Blog)
2_about
…
Now all my blog posts will have the following urls:
example.com/home/my-blog-post
What’s the easiest way to change the slug from the panel? I was thinking to have an input field in the settings where you can change the slug of the home page but not sure.
I know you can add 'home' => 'blog'
to config.php but then you also need to rename the folder to blog.