feat: add share url alias /s

This commit is contained in:
Elias Schneider
2023-07-22 16:09:10 +02:00
parent 7827b687fa
commit 231a2e95b9
9 changed files with 27 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ const Body = ({ share, appUrl }: { share: Share; appUrl: string }) => {
const router = useRouter();
const t = useTranslate();
const link = `${appUrl}/share/${share.id}`;
const link = `${appUrl}/s/${share.id}`;
return (
<Stack align="stretch">