Skip to content

Commit 51a9dfa

Browse files
committed
no need for favicon.ico
1 parent 12614cc commit 51a9dfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
from sanic import Sanic, response
66

77
import idom
8-
from idom.client.manage import APP_DIR
98
from idom.server.sanic import PerClientStateServer
109
from idom.widgets.utils import multiview
1110

1211
here = Path(__file__).parent
1312

1413
app = Sanic(__name__)
1514
app.static("/docs", str(here / "build"))
16-
app.static("/favicon.ico", str(APP_DIR / "favicon.ico"))
1715

1816

1917
@app.route("/")

0 commit comments

Comments
 (0)