CONFIG.eventLinkPrefix
This commit is contained in:
@ -44,7 +44,7 @@ export function LiveEvent({ ev }: { ev: NostrEvent }) {
|
||||
}
|
||||
|
||||
function cta() {
|
||||
const link = `https://zap.stream/${NostrLink.fromEvent(ev).encode()}`;
|
||||
const link = `https://zap.stream/${NostrLink.fromEvent(ev, CONFIG.eventLinkPrefix).encode()}`;
|
||||
switch (status) {
|
||||
case "live": {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user