Closed CameronGray1210 closed 2 years ago
Problem: The link in the footer section to download the content PDF breaks most of the time as it only works if you are on the landing/index page.
Cause: The link is relative to the active loaded page.
Example:
This link needs to always point to the home/root page and not be relative to the current loaded page.
NOTE A temporary fix has been applied that fully qualifies the URL path which is not desirable (especially in local builds/testing).
I think I can quickly fix this issue. Let me push my PR if it's ok.
@Genne23v great, go for it.
Problem: The link in the footer section to download the content PDF breaks most of the time as it only works if you are on the landing/index page.
Cause: The link is relative to the active loaded page.
Example:
This link needs to always point to the home/root page and not be relative to the current loaded page.