From f1b86e013132516c77e4174014fbe6a218940993 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 22 Apr 2025 18:57:26 +0200 Subject: [PATCH] fix(routes): remove www subdomain redirect --- .platform/routes.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.platform/routes.yaml b/.platform/routes.yaml index a9181e0c2..8fa2c7678 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -2,6 +2,6 @@ type: upstream upstream: "app:http" -"https://www.{default}/": - type: redirect - to: "https://{default}/" +# "https://www.{default}/": +# type: redirect +# to: "https://{default}/"