diff --git a/src/lib/init.ts b/src/lib/init.ts index 7129d6b..9c22594 100644 --- a/src/lib/init.ts +++ b/src/lib/init.ts @@ -12,6 +12,7 @@ export function init(options?: SkInitOptions) { cleanupFn = initCore(new SkLocation(), { ...options, implicitMode: 'hash', + disallowPathRouting: true, }); return cleanupFn; }