mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 04:15:55 +02:00
Update icon
This commit is contained in:
@@ -37,7 +37,7 @@ app.use(views(__dirname + '/views', {
|
||||
}));
|
||||
|
||||
// Serve favicon
|
||||
app.use(favicon(`${client}/assets/favicon.ico`));
|
||||
app.use(favicon(`${client}/assets/favicon.png`));
|
||||
|
||||
// Common request handler
|
||||
app.use(async (ctx, next) => {
|
||||
|
||||
Reference in New Issue
Block a user