Change url without reloading page

Is there a way I can modify the URL of the current page using OnClick function & without reloading the page?

export function Resonance_click(event) {
const baseUrl = wixLocation.baseUrl;
wixLocation.to( ‘${baseUrl}/hostel-in-rajeev-gandhi-nagar-kota’ );
}

I am using this code but it reloads the browser. If anyone knows please help me