I have an internal page that I want to pass an ID via, so that the resulting page picks up the appropriate record ID.
I am fine doing this on the preview site as I can specify the url as though it is an external page, but then when I switch to the live version that url is obviously going to be wrong.
For example, the development url is:
https://my-domain.bubbleapps.io/version-test/desc-full-edit?id=9OO4ZHBX0x
And the live version should be:
https://my-domain.bubbleapps.io/desc-full-edit?id=9OO4ZHBX0x
So, my struggle is how I can do this without having to keep going in and editing the url before I switch the site live every time - if that makes sense.