Skip to content

Commit dbccf49

Browse files
committed
πŸ”§ Fix favicon for GitHub Pages - Follow LP02 structure
βœ… Added favicon.svg to repository root (like LP02) βœ… Updated HTML favicon references with multiple paths βœ… Ensured favicon is accessible both directly and via subdirectory βœ… Rebuilt project with correct favicon structure 🎯 Favicon should now work at: - https://artgolwebdev.github.io/favicon.svg (direct) - https://artgolwebdev.github.io/LP03/favicon.svg (subdirectory) - On the main site: https://artgolwebdev.github.io/LP03/
1 parent 42aff03 commit dbccf49

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

β€Žfavicon.svgβ€Ž

Lines changed: 6 additions & 0 deletions
Loading

β€Žindex.htmlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
<meta property="twitter:image" content="https://images.unsplash.com/photo-1676021944161-89effebfd0ca?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxhYnN0cmFjdCUyMGdlb21ldHJpYyUyMG5lb258ZW58MXx8fHwxNzU2NTg2MjUxfDA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral" />
2525

2626
<!-- Favicon -->
27+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2728
<link rel="icon" type="image/svg+xml" href="/LP03/favicon.svg" />
29+
<link rel="shortcut icon" href="/favicon.svg" />
2830

2931
<!-- Theme Color -->
3032
<meta name="theme-color" content="#00FF85" />

0 commit comments

Comments
Β (0)