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