mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: use sketchy favicon in dev ember proxy (#18280)
This commit is contained in:
parent
7b243f3955
commit
37777ac3a2
@ -464,7 +464,12 @@ to serve API requests. For example:
|
||||
|
||||
app.use(
|
||||
"/favicon.ico",
|
||||
express.static(path.join(__dirname, "../../../../images/favicon.ico"))
|
||||
express.static(
|
||||
path.join(
|
||||
__dirname,
|
||||
"../../../../../../public/images/discourse-logo-sketch-small.png"
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
app.use(rawMiddleware, async (req, res, next) => {
|
||||
|
Loading…
Reference in New Issue
Block a user