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 019c8ae commit 5cc1edfCopy full SHA for 5cc1edf
bin/serve.js
@@ -88,7 +88,7 @@ function handleRequest(req, serveDirectory) {
88
} else if (pathname.startsWith('/files')) {
89
// serve index.html
90
return handleStatic(`${hyperparamPath}/dist/index.html`)
91
- } else if (pathname.startsWith('/assets/')) {
+ } else if (pathname.startsWith('/assets/') || pathname.startsWith('/favicon') ) {
92
// serve static files
93
return handleStatic(`${hyperparamPath}/dist${pathname}`)
94
// else if (pathname.startsWith('/public/')) {
0 commit comments