I have a home page, and there will always be a slug for each barbershop, I use it to make queries, but if I try to access the site I get an error, how do I solve it?
1 Like
It’s not possible to set URL paths for the home page. This isn’t a good practice as it could lead to duplicate content, that’s why we don’t enable it. As a workaround, you can create a dynamic page with only a param and, on your home page, set a workflow to redirect to the other page.
1 Like