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 33fb7de commit b3e2dd7Copy full SHA for b3e2dd7
gradio/routes.py
@@ -371,6 +371,7 @@ async def conditional_routing_middleware(
371
and not path.startswith("/static")
372
and not path.startswith("/login")
373
and not path.startswith("/logout")
374
+ and not path.startswith("/manifest.json")
375
):
376
if App.app_port is None:
377
App.app_port = request.url.port or int(
js/spa/index.html
@@ -80,6 +80,8 @@
80
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"
81
async
82
></script>
83
+
84
+ <link rel="manifest" href="/manifest.json" />
85
</head>
86
87
<body
0 commit comments