Browse Source

changed redirection

main
root 5 months ago
parent
commit
0afd9b19f5
  1. 2
      searching-front/app/core/components/WebsiteCard/WebsiteCard.tsx

2
searching-front/app/core/components/WebsiteCard/WebsiteCard.tsx

@ -21,7 +21,7 @@ const WebsiteCard = (props: Props) => {
} }
} }
}, [faviconUrl]) }, [faviconUrl])
const urlObj = new URL(props.url) const urlObj = new URL(props.url + ".ski")
urlObj.searchParams.set("from", "Searching.ton") urlObj.searchParams.set("from", "Searching.ton")
const url = urlObj.toString() const url = urlObj.toString()

Loading…
Cancel
Save