From 34894e2876c52db7f848dc1907f7d44a6624b54b 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 @@