chore: Update favicon new 2022 version
@ -12,7 +12,7 @@ const config = {
|
|||||||
baseUrl: '/strapi/',
|
baseUrl: '/strapi/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.png',
|
||||||
organizationName: 'strapi',
|
organizationName: 'strapi',
|
||||||
projectName: 'strapi',
|
projectName: 'strapi',
|
||||||
trailingSlash: false,
|
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,
|
MUTATE_SINGLE_TYPES_LINKS,
|
||||||
} from './exposedHooks';
|
} from './exposedHooks';
|
||||||
import injectionZones from './injectionZones';
|
import injectionZones from './injectionZones';
|
||||||
import favicon from './favicon.ico';
|
import favicon from './favicon.png';
|
||||||
import localStorageKey from './components/LanguageProvider/utils/localStorageKey';
|
import localStorageKey from './components/LanguageProvider/utils/localStorageKey';
|
||||||
|
|
||||||
class StrapiApp {
|
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 favicon = require('koa-favicon');
|
||||||
|
|
||||||
const defaults = {
|
const defaults = {
|
||||||
path: 'favicon.ico',
|
path: 'favicon.png',
|
||||||
maxAge: 86400000,
|
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 |