URL alias/forwarding

Hey,
I’m working on a page where artists can create a custom profile page with a url structure like “artist/artist-name” and I would like to have a url alias so when you entered www.domain.com/artist-name it forwards to their profile page www.domain.com/artist/artist-name

Is there a way to do that?

Thanks

You can use a route: https://getkirby.com/docs/developer-guide/advanced/routing#omitting-the-blog-folder-in-urls

Awesome, thank you for the quick reply!