diff --git a/src/routes/webui.ts b/src/routes/webui.ts index 2fc5652a8..64b3d6138 100644 --- a/src/routes/webui.ts +++ b/src/routes/webui.ts @@ -40,7 +40,7 @@ webuiRouter.use("/webui", express.static(path.join(rootDir, "static/webui"))); // Serve favicon webuiRouter.get("/favicon.ico", (_req, res) => { - res.sendFile(path.join(rootDir, "static/fixed_responses/favicon.ico")); + res.sendFile(path.join(repoDir, "static/fixed_responses/favicon.ico")); }); // Serve warframe-riven-info