Add some actual images
Test / test (push) Failing after 42s
Details
|
|
@ -2,7 +2,7 @@
|
||||||
data/
|
data/
|
||||||
node_modules/
|
node_modules/
|
||||||
build/
|
build/
|
||||||
/public/
|
/public/entry.worker.js
|
||||||
/test-results/
|
/test-results/
|
||||||
/playwright-report/
|
/playwright-report/
|
||||||
/blob-report/
|
/blob-report/
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 299 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 947 B |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
|
@ -8,12 +8,12 @@ export const loader = () => {
|
||||||
short_name: "Tack Up Now!",
|
short_name: "Tack Up Now!",
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: "./images/android-chrome-192x192.png",
|
src: "./images/192.png",
|
||||||
sizes: "192x192",
|
sizes: "192x192",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "./images/android-chrome-512x512.png",
|
src: "./images/512.png",
|
||||||
sizes: "512x512",
|
sizes: "512x512",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 270 KiB |