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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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