feat: add metadata for SEO optimization in English and Persian message files

This commit is contained in:
2025-06-16 14:27:41 +03:30
parent 96e0fc9e0d
commit 5818c895cd
5 changed files with 70 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const port = process.env.PORT || 3000;
export const host = process.env.VERCEL_PROJECT_PRODUCTION_URL
? `https://${process.env.VERCEL_PROJECT_PRODUCTION_URL}`
? `${process.env.VERCEL_PROJECT_PRODUCTION_URL}`
: `http://localhost:${port}`;