Updating images for web build
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m14s

This commit is contained in:
whysman 2024-11-21 00:09:53 -05:00
parent 02f73eae51
commit 38c3750778
9 changed files with 4 additions and 2 deletions

BIN
assets/Icon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
assets/Icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 1009 KiB

BIN
assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 387 KiB

View File

@ -81,6 +81,8 @@ flutter:
- assets/default_profile_image.png
- assets/pogdark_logo.png
- assets/logo.png
- assets/Icon-192.png
- assets/favicon.png
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

View File

@ -24,10 +24,10 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="pogdark">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<link rel="apple-touch-icon" sizes="192x192" href="assets/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="assets/favicon.png"/>
<title>pogdark</title>
<link rel="manifest" href="manifest.json">