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?