We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3654d90 commit 73b2f56Copy full SHA for 73b2f56
MANIFEST.in
@@ -1,6 +1,7 @@
1
graft idom/client/core_modules
2
graft idom/client/web_modules
3
include idom/client/index.html
4
+include idom/client/favicon.ico
5
include idom/client/package.json
6
7
include idom/py.typed
idom/client/favicon.ico
1.12 KB
idom/client/idom-logo-square.ico
-159 KB
idom/client/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <link rel="shortcut icon" href="favicon.ico" />
+ <link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>IDOM</title>
</head>
8
<body>
0 commit comments