Skip to content

Commit 33609a9

Browse files
committed
fix (seo): favicon url
1 parent a8aa2ae commit 33609a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<link rel="canonical" href="https://firestar300.github.io/SVG-Path-Merger/">
3434

3535
<!-- Favicon -->
36-
<link rel="icon" type="image/png" href="/favicon.png">
37-
<link rel="apple-touch-icon" href="/favicon.png">
36+
<link rel="icon" type="image/png" href="https://firestar300.github.io/SVG-Path-Merger/favicon.png">
37+
<link rel="apple-touch-icon" href="https://firestar300.github.io/SVG-Path-Merger/favicon.png">
3838

3939
<!-- JSON-LD Structured Data -->
4040
<script type="application/ld+json">

0 commit comments

Comments
 (0)