diff --git a/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx b/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx index a2c73ac26..f45f496af 100644 --- a/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx +++ b/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx @@ -54,3 +54,7 @@ export const loader = ({ request }: Route.LoaderArgs) => { // Is hardcoded because this whole meta is hardcoded anyway for Documenso. throw redirect('https://documenso.com'); }; + +export default function SharePage() { + return
; +}