Skip to content

Commit

Permalink
favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Apr 30, 2024
1 parent f40906c commit ce23747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@
{
"rel": "icon",
"sizes": "100x100",
"href": "_static/favicon-100.png",
"href": "favicon-100.png",
},
{
"rel": "apple-touch-icon",
"sizes": "500x500",
"href": "_static/favicon-500.png"
"href": "favicon-500.png"
},
]

0 comments on commit ce23747

Please sign in to comment.