chore: Update favicon new 2022 version

This commit is contained in:
Gustav Hansen 2022-10-18 12:42:35 +02:00
parent acea3d0028
commit 044ca89bdf
15 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const config = {
baseUrl: '/strapi/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'img/favicon.png',
organizationName: 'strapi',
projectName: 'strapi',
trailingSlash: false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

View File

@ -21,7 +21,7 @@ import {
MUTATE_SINGLE_TYPES_LINKS,
} from './exposedHooks';
import injectionZones from './injectionZones';
import favicon from './favicon.ico';
import favicon from './favicon.png';
import localStorageKey from './components/LanguageProvider/utils/localStorageKey';
class StrapiApp {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

View File

@ -5,7 +5,7 @@ const { defaultsDeep } = require('lodash/fp');
const favicon = require('koa-favicon');
const defaults = {
path: 'favicon.ico',
path: 'favicon.png',
maxAge: 86400000,
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B