mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
fix: share opengraph
This commit is contained in:
@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user