Fix assets test and favicon type (#7344)
* fix * koa-faviconはimage/x-iconがデフォルトらしい * シンプルに * faviconなど
This commit is contained in:
@ -45,7 +45,7 @@ app.use(views(__dirname + '/views', {
|
||||
}));
|
||||
|
||||
// Serve favicon
|
||||
app.use(favicon(`${__dirname}/../../../assets/favicon.png`));
|
||||
app.use(favicon(`${__dirname}/../../../assets/favicon.ico`));
|
||||
|
||||
// Common request handler
|
||||
app.use(async (ctx, next) => {
|
||||
|
Reference in New Issue
Block a user