From 402f24c0aac0b8164a5837d900f6daea5fc9bdff Mon Sep 17 00:00:00 2001 From: Mateusz Stonawski Date: Mon, 12 Jun 2023 09:10:05 +0900 Subject: [PATCH] feat(platform): remove www. route --- .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}/"