Remove /live from stream path
This commit is contained in:
@ -64,7 +64,7 @@ export function LayoutPage() {
|
||||
ev.kind,
|
||||
ev.pubkey
|
||||
);
|
||||
navigate(`/live/${naddr}`);
|
||||
navigate(`/${naddr}`);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user