Set two path parameters at once: two slashes at the end
I have three path parameters : tab1 , tab2 , tab3 . So my url is sth like : https://start.toddle.site/tab1/tab2/tab3 When clicking a button I want to go to url : https://start.toddle.site/tab1/ so remove the last two path parameters . To do so I create an event on a button and then do : set tab2 , set tab3 - > to empty . However , the resulting url is https://start.toddle.site/tab1// so two slashes at the end . I want only one . how can i achieve this ? thanks (see [this ] ( https://toddle.dev/projects/turquoise_o_en_lars_permanent_chicken/branches/start/components/test?leftpanel=design&rightpanel=events&canvas-width=867&canvas-height=800 ) as an example ) โ 1happy u got it working anyways