This commit is contained in:
shadcn
2026-04-16 14:22:28 +04:00
parent 420433ae6f
commit 541c08f112
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,15 @@ const description =
export const metadata: Metadata = {
title,
description,
openGraph: {
title,
description,
},
twitter: {
card: "summary_large_image",
title,
description,
},
}
export default function SeraPage() {

View File

@@ -48,6 +48,7 @@
"cache": false
},
"test": {
"dependsOn": ["^build"],
"cache": false,
"outputs": []
},