Site Header: CTA button link breaks on subpages
D C
The right hand CTA button in a site header links to a card on the site. This link breaks on all sub pages (untitled card). All header links should be rewritten relative to the domain root and not the individual web page.
- domain.com/[home]#card-anchor (for reference to a card on the home page)
- domain.com/[whateverPage] (if no anchor)
In theory it might be easier not to omit the home slug domain.com/home ... unless of course whomever codes this speaks fluent regex.