Nostr stream provider init

This commit is contained in:
2023-07-03 16:55:43 +01:00
parent cbc49a0def
commit 7cc613646c
15 changed files with 566 additions and 198 deletions

View File

@ -51,6 +51,10 @@ const router = createBrowserRouter([
path: "/live/:id",
element: <StreamPage />,
},
{
path: "/:id",
element: <StreamPage />,
},
{
path: "/providers/:id?",
element: <StreamProvidersPage />,