Skip to content

Commit 4d6a1b1

Browse files
committed
fix: Correct file paths for favicon and PWA manifest in index.html
1 parent 9b30e2c commit 4d6a1b1

3 files changed

Lines changed: 4 additions & 380 deletions

File tree

PLAN.md

Lines changed: 0 additions & 376 deletions
This file was deleted.

docs/vhs/advanced-features.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Sleep 2s
5757

5858
Type "# Advanced features make STRUCT incredibly powerful!"
5959
Enter
60-
Sleep 2s
60+
Sleep 2s

site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<meta property="twitter:image" content="https://httpdss.github.io/struct/images/struct-banner.png">
3535

3636
<!-- Favicon -->
37-
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
38-
<link rel="icon" type="image/png" href="/images/favicon.png">
37+
<link rel="icon" type="image/svg+xml" href="/struct/images/favicon.svg">
38+
<link rel="icon" type="image/png" href="/struct/images/favicon.png">
3939

4040
<!-- PWA Manifest -->
41-
<link rel="manifest" href="/manifest.json">
41+
<link rel="manifest" href="/struct/manifest.json">
4242

4343
<!-- Additional Meta Tags -->
4444
<meta name="author" content="httpdss">

0 commit comments

Comments
 (0)