From bbd2510badc6a050e31f6af4867076f7d2a2ae54 Mon Sep 17 00:00:00 2001 From: sbilketay Date: Mon, 17 Nov 2025 17:39:26 +0300 Subject: [PATCH] =?UTF-8?q?Traefik=20i=C3=A7in=20url=20url=20izni=20verild?= =?UTF-8?q?i.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.js b/vite.config.js index 987924b..3e51ae3 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,6 +10,9 @@ export default defineConfig({ allow: ['..'] // Dışarıdaki dosyalara erişim } }, + preview: { + allowedHosts: ['.traefik.me'] // Dokploy'un verdiği Traefik domainleri için + }, build: { assetsDir: 'assets', chunkSizeWarningLimit: 2000,