We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915e2a0 commit 23c711fCopy full SHA for 23c711f
1 file changed
packages/server/index.ts
@@ -76,7 +76,7 @@ export async function startServer({
76
77
// Serve static assets from web dir relative to this file
78
app.use("/assets/*", serveStatic({ root: WEB_ROOT }));
79
- app.use("/favicon*", serveStatic({ root: WEB_ROOT }));
+ app.use("/favicon.ico", serveStatic({ root: WEB_ROOT }));
80
app.use("/prove.png", serveStatic({ root: WEB_ROOT }));
81
82
// SPA fallback — all non-API routes return index.html
0 commit comments