Skip to content

Commit 820d500

Browse files
committed
fix: remove 'docs/' prefix from image paths in index.html
1 parent 0804138 commit 820d500

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docs/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,8 @@ <h1>Stop <span class="gradient-text">cd-ing.</span> <br> Start Coding.</h1>
997997
<div class="dot green"></div>
998998
</div>
999999
<picture>
1000-
<source media="(max-width: 768px)" srcset="docs/git-scope-demo-mobile-1.webp"
1001-
type="image/webp">
1002-
<img src="docs/git-scope-demo-1.webp" alt="Git Scope Demo" loading="eager" width="1200"
1000+
<source media="(max-width: 768px)" srcset="git-scope-demo-mobile-1.webp" type="image/webp">
1001+
<img src="git-scope-demo-1.webp" alt="Git Scope Demo" loading="eager" width="1200"
10031002
height="800" style="width: 100%; height: auto; display: block;" decoding="async">
10041003
</picture>
10051004
</div>
@@ -1041,10 +1040,10 @@ <h2 style="font-size: clamp(2rem, 4vw, 2.5rem); margin-bottom: 2rem; font-weight
10411040
<div class="feature-row">
10421041
<div class="feature-visual">
10431042
<picture>
1044-
<source media="(max-width: 768px)" srcset="docs/images/feature-search-mobile.jpg"
1043+
<source media="(max-width: 768px)" srcset="images/feature-search-mobile.jpg"
10451044
type="image/jpeg">
1046-
<source srcset="docs/images/feature-search-desktop.webp" type="image/webp">
1047-
<img src="docs/images/feature-search.png" alt="Fuzzy Search" loading="lazy" width="662"
1045+
<source srcset="images/feature-search-desktop.webp" type="image/webp">
1046+
<img src="images/feature-search.png" alt="Fuzzy Search" loading="lazy" width="662"
10481047
height="398">
10491048
</picture>
10501049
</div>
@@ -1059,10 +1058,10 @@ <h3><span style="color: var(--primary);">01.</span> Fuzzy Search</h3>
10591058
<div class="feature-row">
10601059
<div class="feature-visual">
10611060
<picture>
1062-
<source media="(max-width: 768px)" srcset="docs/images/feature-radar-mobile.jpg"
1061+
<source media="(max-width: 768px)" srcset="images/feature-radar-mobile.jpg"
10631062
type="image/jpeg">
1064-
<source srcset="docs/images/feature-radar-desktop.webp" type="image/webp">
1065-
<img src="docs/images/feature-radar.png" alt="Dirty Radar" loading="lazy" width="662"
1063+
<source srcset="images/feature-radar-desktop.webp" type="image/webp">
1064+
<img src="images/feature-radar.png" alt="Dirty Radar" loading="lazy" width="662"
10661065
height="398">
10671066
</picture>
10681067
</div>
@@ -1077,10 +1076,10 @@ <h3><span style="color: var(--primary);">02.</span> Dirty Radar</h3>
10771076
<div class="feature-row">
10781077
<div class="feature-visual">
10791078
<picture>
1080-
<source media="(max-width: 768px)" srcset="docs/images/feature-stats-mobile.jpg"
1079+
<source media="(max-width: 768px)" srcset="images/feature-stats-mobile.jpg"
10811080
type="image/jpeg">
1082-
<source srcset="docs/images/feature-stats-desktop.webp" type="image/webp">
1083-
<img src="docs/images/feature-stats.png" alt="Stats & Disk Usage" loading="lazy" width="662"
1081+
<source srcset="images/feature-stats-desktop.webp" type="image/webp">
1082+
<img src="images/feature-stats.png" alt="Stats & Disk Usage" loading="lazy" width="662"
10841083
height="398">
10851084
</picture>
10861085
</div>

0 commit comments

Comments
 (0)