Skip to content

Commit 4708075

Browse files
authored
fix/add: add favicon and canonical metatag (#136)
* fix/add: add favicon and canonical metatag * fix: fixed the path
1 parent 5e12ed4 commit 4708075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
2828
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
2929
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
30+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
3031
<link rel="manifest" href="/site.webmanifest">
32+
<link rel="canonical" href="https://sos-rs.com/" />
3133

3234
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" />
3335
<title>SOS - Rio Grande do Sul</title>

0 commit comments

Comments
 (0)