Hi,
I got this React app for which I’m setting up this blog. I have my model defined but I’d like to when I open the content, the preview URL auto sets to follow that post, in other words, make Builder read a query param to load content specific for that page, ex:
http://localhost:3000/blog?id=random_id_123
I want to make this because the end users are non technical and it could be a pain point to always c/p the URL when they want to post new content.