Static Collection Page URL

I am using a static collection for blog posts on my site. I have bound the collection to the collection page. I want the URL to be www.website.com/blog/post-name

When I try to setup the url path, I can bind the post-name to the url, but then it just returns www.website.com/post-name

How would I add the /blog part?

For now you need to do this in your database I think, if there wasn’t a bigger update of this. You can do chaining of slugs only on dynamic collections I think.