diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 86b8ed4..fc6a627 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -48,8 +48,8 @@ export default function Dashboard() { return; } - const qrUrl = `http://10.20.2.107:5173/ar/${data.id}`; - // const qrUrl = `${window.location.origin}/v/${data.id}`; + // const qrUrl = `http://10.20.2.107:5173/ar/${data.id}`; + const qrUrl = `${window.location.origin}/ar/${data.id}`; const qrImage = await QRCode.toDataURL(qrUrl, { width: 512,