Логотип смещён выше центра ещё на 5%
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 46s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 46s
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
|
||||
react(),
|
||||
VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
includeAssets: ['favicon-new.ico?v=3.17.4', 'apple-touch-icon.png?v=3.17.4', 'favicon.svg?v=3.17.4'],
|
||||
includeAssets: ['favicon-new.ico?v=3.17.5', 'apple-touch-icon.png?v=3.17.5', 'favicon.svg?v=3.17.5'],
|
||||
manifest: {
|
||||
name: 'PlayLife - Статистика и задачи',
|
||||
short_name: 'PlayLife',
|
||||
@@ -30,23 +30,23 @@ export default defineConfig(({ mode }) => {
|
||||
scope: '/',
|
||||
icons: [
|
||||
{
|
||||
src: 'pwa-192x192.png?v=3.17.4',
|
||||
src: 'pwa-192x192.png?v=3.17.5',
|
||||
sizes: '192x192',
|
||||
type: 'image/png'
|
||||
},
|
||||
{
|
||||
src: 'pwa-512x512.png?v=3.17.4',
|
||||
src: 'pwa-512x512.png?v=3.17.5',
|
||||
sizes: '512x512',
|
||||
type: 'image/png'
|
||||
},
|
||||
{
|
||||
src: 'pwa-maskable-192x192.png?v=3.17.4',
|
||||
src: 'pwa-maskable-192x192.png?v=3.17.5',
|
||||
sizes: '192x192',
|
||||
type: 'image/png',
|
||||
purpose: 'maskable'
|
||||
},
|
||||
{
|
||||
src: 'pwa-maskable-512x512.png?v=3.17.4',
|
||||
src: 'pwa-maskable-512x512.png?v=3.17.5',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
purpose: 'maskable'
|
||||
|
||||
Reference in New Issue
Block a user