Update icon

This commit is contained in:
syuilo
2020-01-31 15:25:38 +09:00
parent 84bf879b7d
commit 17a04e2676
16 changed files with 2 additions and 197 deletions

View File

@ -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) => {

View File

@ -13,7 +13,7 @@ html
meta(name='theme-color' content='#86b300')
meta(property='og:site_name' content= instanceName || 'Misskey')
meta(name='viewport' content='width=device-width, initial-scale=1')
link(rel='icon' href= icon || '/favicon.ico')
link(rel='icon' href= icon || '/favicon.png')
link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png')
link(rel='manifest' href='/manifest.json')