mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +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.
|
// Is hardcoded because this whole meta is hardcoded anyway for Documenso.
|
||||||
throw redirect('https://documenso.com');
|
throw redirect('https://documenso.com');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export default function SharePage() {
|
||||||
|
return <div></div>;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user