PR-753737: Se agrega soporte para imagenes y fonts, se arreglan bien los componentes.

This commit is contained in:
2022-04-27 02:12:45 +00:00
parent 0f7822edda
commit 1e58a04f9b
15 changed files with 306 additions and 20 deletions

BIN
client/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
client/public/logo192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
client/public/logo512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -1,8 +1,25 @@
{
"short_name": "App",
"name": "App",
"short_name": "React App",
"name": "React App SSR Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#ffffff",
"theme_color": "#000000",
"background_color": "#ffffff"
}