feat: implement og image

This commit is contained in:
shadcn 2023-06-16 18:41:22 +04:00
parent a9e4956909
commit be867d3fba
6 changed files with 317 additions and 3 deletions

View file

@ -9,7 +9,7 @@ import { FooterText } from '@/components/footer'
// export const runtime = 'edge'
export const preferredRegion = 'home'
export interface SharePageProps {
interface SharePageProps {
params: {
id: string
}