chore: Update favicon new 2022 version
@ -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,
|
||||
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
examples/getstarted/favicon.png
Normal file
After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 3.6 KiB |
BIN
examples/kitchensink-ts/favicon.png
Normal file
After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 3.6 KiB |
BIN
examples/kitchensink/favicon.png
Normal file
After Width: | Height: | Size: 497 B |
@ -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 {
|
||||
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
packages/core/admin/admin/src/favicon.png
Normal file
After Width: | Height: | Size: 497 B |
@ -5,7 +5,7 @@ const { defaultsDeep } = require('lodash/fp');
|
||||
const favicon = require('koa-favicon');
|
||||
|
||||
const defaults = {
|
||||
path: 'favicon.ico',
|
||||
path: 'favicon.png',
|
||||
maxAge: 86400000,
|
||||
};
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
packages/generators/app/lib/resources/files/js/favicon.png
Normal file
After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 3.6 KiB |
BIN
packages/generators/app/lib/resources/files/ts/favicon.png
Normal file
After Width: | Height: | Size: 497 B |