Skip to content

Commit d20c419

Browse files
authored
Update index.html
fixed github pages subdomain specific path issue
1 parent 6dc57ec commit d20c419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3 class="font-medium text-indigo-800 mt-2 mb-1">Evening Blue Hour:</h3>
9898
<p class="text-xs text-gray-400 mt-6">This is a static site, your location never leaves your browser and all calculations are local. Install as a PWA for offline functionality.</p>
9999
<div class="absolute bottom-4 right-4">
100100
<a href="https://github.com/0n4t3/golden-blue-hour-calc" target="_blank" rel="noopener noreferrer">
101-
<img src="/git.png" alt="GitHub" class="h-8 w-8"></a>
101+
<img src="https://0n4t3.github.io/golden-blue-hour-calc/git.png" alt="GitHub" class="h-8 w-8"></a>
102102
</div>
103103
</div>
104104

0 commit comments

Comments
 (0)