From bd98311ea649cd5128784b063bdb88602636181b Mon Sep 17 00:00:00 2001 From: Kakabay <2kakabayashyrberdyew@gmail.com> Date: Fri, 18 Oct 2024 17:22:00 +0500 Subject: [PATCH] next config added hostname sms.turkmentv.gov.tm --- next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next.config.js b/next.config.js index 7d33e2c..d04ab19 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,12 @@ const nextConfig = { port: '', // pathname: '/account123/**', }, + { + protocol: 'https', + hostname: 'sms.turkmentv.gov.tm', + port: '', + // pathname: '/account123/**', + }, { protocol: 'https', hostname: 'smstv.gov.tm',