Refactor code structure for improved readability and maintainability
This commit is contained in:
+2
-2
@@ -45,13 +45,13 @@ export async function generateMetadata() {
|
||||
type: "website",
|
||||
locale: "fa_IR",
|
||||
siteName: matchedCity?.site_name || repContext?.full_name || "نوبت 724",
|
||||
images: ["https://nobat724.com/assets/images/logo.png"],
|
||||
images: ["/assets/images/og-image.png"],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title,
|
||||
description,
|
||||
images: ["https://nobat724.com/assets/images/logo.png"],
|
||||
images: ["/assets/images/og-image.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user