mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
feat: add initial og image for share link
This commit is contained in:
committed by
Mythie
parent
023a91832a
commit
1bce169228
9
apps/web/src/app/(share)/share/page.tsx
Normal file
9
apps/web/src/app/(share)/share/page.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default async function SharePage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Share Page</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user