fix: DA message on production builds

This commit is contained in:
Oliver Davies 2023-10-23 22:04:24 +01:00
parent 02f3185532
commit ae9272ff89

View file

@ -49,7 +49,7 @@ const showDrupalAssociationMessage = [
"dto",
"pricing",
"team-coaching",
].includes(Astro.url.pathname.slice(1));
].includes(Astro.url.pathname.replace(/^\/+|\/+$/g, ''),)
---
<!DOCTYPE html>