fix: share opengraph

This commit is contained in:
David Nguyen
2025-02-20 15:38:06 +11:00
parent 50a41d0799
commit 7728c8641c

View File

@ -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 <div></div>;
}