From 4f25f5efc79071d1c7da8ac2e82e40a882e4e36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:36:21 +0300 Subject: [PATCH] =?UTF-8?q?vite=20config=20i=C3=A7erisine=20t=C3=BCm=20sub?= =?UTF-8?q?domainler=20dahil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/vite.config.ts b/ui/vite.config.ts index a888a98b..b2365cc3 100644 --- a/ui/vite.config.ts +++ b/ui/vite.config.ts @@ -8,7 +8,7 @@ import { VitePWA } from 'vite-plugin-pwa' export default defineConfig(async ({ mode }) => { const env = loadEnv(mode, process.cwd(), '') const apiUrl = env.VITE_API_URL - const baseDomains = ['sozsoft.com', 'dev.sozsoft.com'] + const baseDomains = ['sozsoft.com', 'dev.sozsoft.com', '.sozsoft.com'] // const tenantNames = (await fetchTenantNames(apiUrl)).map((n) => n.trim().toLowerCase()) // const tenantHosts = tenantNames.map((t) => `${t}.sozsoft.com`)