diff --git a/app/routes/short-links.tsx b/app/routes/short-links.tsx index 249c23d..05964ba 100644 --- a/app/routes/short-links.tsx +++ b/app/routes/short-links.tsx @@ -100,7 +100,16 @@ export default function () { return ( {entry.destination} - {entry.path} + { + navigator.clipboard.writeText( + `https://carcrushe.rs/${entry.path}`, + ); + alert("Link copied"); + }} + > + https://carcrushe.rs/{entry.path} +