From f14c6e2fc61afef7d280546b17b31c90e73ed391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20A=C3=ADsa?= Date: Mon, 24 Nov 2025 16:35:52 +0000 Subject: [PATCH 1/6] Normalize URL for CallToActionButton It prefixes the URL with the baseUrl value if the path is relative and the baseUrl is provided. If the path is absolute or the baseUrl is not provided, it does not prefixes the URL. --- src/components/CallToActionButton.vue | 6 +- .../components/CallToActionButton.spec.js | 58 +++++++++++++------ 2 files changed, 45 insertions(+), 19 deletions(-) diff --git a/src/components/CallToActionButton.vue b/src/components/CallToActionButton.vue index c8d0893ce..fb8f7d317 100644 --- a/src/components/CallToActionButton.vue +++ b/src/components/CallToActionButton.vue @@ -11,7 +11,7 @@