This commit is contained in:
2023-07-06 18:48:55 +01:00
parent 76d0496ba1
commit ad7dc56214
8 changed files with 140 additions and 37 deletions

View File

@ -47,6 +47,10 @@ const router = createBrowserRouter([
path: "/p/:npub",
element: <ProfilePage />,
},
{
path: "/nsfw",
element: <RootPage nsfw={true} />
},
{
path: "/:id",
element: <StreamPage />,