Wix-location query persists once used

Hi

There is a way to remove the query from the URL and continue browsing in the same tab. You just need to use the entire URL like this:

export function button1_click(event) {
    wixLocation.to(`https://dudelemonweb.wixsite.com/userid/no-parameter`);
}

See it for yourself here: https://dudelemonweb.wixsite.com/userid/basic-page

& If you are concerned: No, it is not counted as 2 sessions on Google Analytics.