Using site.url will always link to the production environment,
which is both wrong and confusing when deployed in beta.
Interestingly, deploying with make serve appears to override
to localhost. The issue is only apparent in beta or when deployed
locally in a container.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCWEB7474bdcc73a3: Fix logo link in non-prod environments
make run
Navigate to localhost:8080 and click the logo in the upper left. It should take you to localhost, instead of prod as it does pre-patch.
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Lint
Lint Not Applicable - Unit
Tests Not Applicable