fix: DA message on production builds
This commit is contained in:
parent
02f3185532
commit
ae9272ff89
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const showDrupalAssociationMessage = [
|
|||
"dto",
|
||||
"pricing",
|
||||
"team-coaching",
|
||||
].includes(Astro.url.pathname.slice(1));
|
||||
].includes(Astro.url.pathname.replace(/^\/+|\/+$/g, ''),)
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue