diff --git a/routes/index.js b/routes/index.js index bc7215a..254d3ae 100644 --- a/routes/index.js +++ b/routes/index.js @@ -84,7 +84,7 @@ const handleEnsName = (req, res) => { info: `Chat and transact with @${username} in Status.`, copyTarget: username, headerName: `@${utils.showSpecialChars(username)}`, - path: `/@${username}`, + path: req.originalUrl, }) }