We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562be09 commit ba2bc40Copy full SHA for ba2bc40
src/main/webapp/app/shared/route/OncokbRoute.tsx
@@ -12,7 +12,7 @@ function CanonicalLink({ routeProps }: CanonicalLinkProps) {
12
linkNode.setAttribute('rel', 'canonical');
13
linkNode.setAttribute(
14
'href',
15
- `${location.protocol}${location.host}${canonicalEndpoint}`
+ `${location.protocol}//${location.host}${canonicalEndpoint}`
16
);
17
18
document.head.appendChild(linkNode);
0 commit comments