Skip to content

Commit

Permalink
removing cdn.cso.ie references
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesCSO committed Aug 30, 2024
1 parent cbc0ff4 commit c054382
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="https://cdn.jsdelivr.net/gh/CSOIreland/[email protected]/static/favicon/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
19 changes: 19 additions & 0 deletions static/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "https://cdn.jsdelivr.net/gh/CSOIreland/[email protected]/static/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": https://cdn.jsdelivr.net/gh/CSOIreland/[email protected]/static/favicon/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit c054382

Please sign in to comment.