From 23b08e633075aa37f71052b7f603ad65eb576968 Mon Sep 17 00:00:00 2001 From: Danielle De Leo Date: Wed, 10 Sep 2025 09:48:13 -0400 Subject: [PATCH] fix: Remove trailing slash from NGINXaaS for Azure URL Fixes product selector issue where the title is not shown on sub-pages. --- data/product-selector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/product-selector.yaml b/data/product-selector.yaml index f2bbf5310..4198ffe80 100644 --- a/data/product-selector.yaml +++ b/data/product-selector.yaml @@ -26,4 +26,4 @@ - productGroup: NGINX as a Service products: - title: "NGINX as a Service for Azure" - url: "nginxaas/azure/" + url: "nginxaas/azure"