MM-24504: api docs favicon update (#24525)

* removed the static folder from the favicon URL path, since it's being duplicated at build time

* updated the api docs favicon
This commit is contained in:
Arnaud Wanet
2023-09-14 14:53:17 +01:00
committed by GitHub
parent 4d37aad678
commit e849d72a79
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<title>Mattermost API Reference</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./static/favicon.ico">
<link rel="shortcut icon" href="./favicon.ico">
<style>
body {
padding: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 31 KiB