fix: update favicon
2
go.mod
|
@ -3,7 +3,7 @@ module wrenix.eu
|
|||
go 1.23.2
|
||||
|
||||
require (
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241108180735-fe00364918d9 // indirect
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b // indirect
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e // indirect
|
||||
github.com/imfing/hextra v0.8.6 // indirect
|
||||
)
|
||||
|
|
4
go.sum
|
@ -1,5 +1,9 @@
|
|||
codeberg.org/wrenix/flux-charts v0.0.0-20241108180735-fe00364918d9 h1:phkjKboijEztsFb/UHbETj7DWwBYmFAbaHLyW/uo83c=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241108180735-fe00364918d9/go.mod h1:qmbBEgAQOiY/2M4IJ0LZaGpbV1JGxlVoDiiuFs7kOqI=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111240-1a731115e995 h1:eVSALLuLPt7K55PUSCPhxWtPRMZkOiEe+BF5izRqNQU=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111240-1a731115e995/go.mod h1:qmbBEgAQOiY/2M4IJ0LZaGpbV1JGxlVoDiiuFs7kOqI=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b h1:bVA6zx9JG7+NYP5ymOqQq6ZgXs8IKjvCR37YNCtPuEQ=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b/go.mod h1:qmbBEgAQOiY/2M4IJ0LZaGpbV1JGxlVoDiiuFs7kOqI=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241106223712-cdddf6b09b90 h1:s7Q3qnQfADdmPjsC4El3llNvLd4jo0h7Einq1c5i7nk=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241106223712-cdddf6b09b90/go.mod h1:Nd4pJ7oRNZvbFLxpC7qCQIHK3c0qf59wjq4ajMdJCjg=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e h1:Vr3B2r+j0Ry6WdXdlzZz+PCbjVBW5BS9qRf1LiX5uA4=
|
||||
|
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 597 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
3
static/favicon-dark.svg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
3
static/favicon.svg
Normal file
After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 45 KiB |
1
static/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|