Function: navigateTo()
navigateTo(
path,options?):void
Defined in: site/path.ts:56
Navigate: write the history entry AND the signal in one place. replace swaps the current entry (a deck scrolling between slides must not spam history); the default pushes (a page change earns a Back stop). Same-path is a no-op. Search/hash are deliberately out of scope — hash links stay the browser's (the router-gotcha rule), and a consumer that needs query state owns it explicitly.
Parameters
path
string
options?
replace?
boolean
Returns
void