feat: add metadata for SEO optimization in English and Persian message files
This commit is contained in:
+1
-1
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user