Factor primary nav spaces into its own component, fix non-nip29 default page

This commit is contained in:
Jon Staab
2026-03-12 15:08:31 -07:00
parent 57f2f4a619
commit 77294e7f1c
5 changed files with 53 additions and 44 deletions
+1
View File
@@ -8,6 +8,7 @@ export const setupHistory = () =>
if ($page.params.relay) {
lastPageBySpaceUrl.set($page.params.relay, $page.url.pathname)
}
if ($page.params.chat) {
lastChatUrl = $page.url.pathname
}