Set last page to home if not exists

pull/7803/head
Kamran Ahmed 2 weeks ago
parent 13c4aee26a
commit 7900130f1c
  1. 2
      src/lib/browser.ts

@ -46,7 +46,7 @@ export function getLastPath() {
return;
}
return localStorage.getItem(LAST_PATH_KEY) || '';
return localStorage.getItem(LAST_PATH_KEY) || 'home';
}
type UtmParams = Partial<{

Loading…
Cancel
Save