mirror of
				https://github.com/aleleba/create-react-ssr.git
				synced 2025-10-30 21:51:01 -06:00 
			
		
		
		
	PR-753737: Se agrega soporte para imagenes y fonts, se arreglan bien los componentes.
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								client/public/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											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
									
								
							
							
						
						
									
										
											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
									
								
							
							
						
						
									
										
											BIN
										
									
								
								client/public/logo512.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 9.4 KiB | 
| @@ -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" | ||||
|   } | ||||
		Reference in New Issue
	
	Block a user