Get rid of 'blog' in url

I set the blog as my homepage in config (c::set(‘home’,‘blog’) but I don’t want ‘blog’ to be in my post URL. How do I get rid of blog url?

Check out the docs: https://getkirby.com/docs/developer-guide/advanced/routing#omitting-the-blog-folder-in-urls

1 Like

Fixed! Thanks for the quick reply!