Skip to content

Commit 5a0bd9d

Browse files
authored
Merge pull request #662 from ArmDeveloperEcosystem/main
Fixed minor bug
2 parents 28b88e5 + fec2098 commit 5a0bd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • themes/arm-design-system-hugo-theme/layouts/partials/head

themes/arm-design-system-hugo-theme/layouts/partials/head/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
{{/* ONLY INCLUDE THIS BASE URL IF PUSHING TO PRODUCTION SERVER. OTHERWISE, IGNORE */}}
1717
{{- if eq (getenv "HUGO_PRODUCTION") "true" -}}
18-
<base href="https://developer.arm.com.com/ecosystem-dashboard/">
18+
<base href="https://developer.arm.com/ecosystem-dashboard/">
1919

2020
{{/* CSS file update to without leading slash */}}
2121
{{ $css_file_location = trim $css_home.Permalink "/"}}

0 commit comments

Comments
 (0)