File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ let default = () => {
5555 let data = ReactRouter .useLoaderData ()
5656 <>
5757 <Meta
58- title = "ReScript Playground" description = "Try ReScript in the browser" ogImage = "/og/try.png "
58+ title = "ReScript Playground" description = "Try ReScript in the browser" ogImage = "/og/try.avif "
5959 />
6060
6161 {switch data {
Original file line number Diff line number Diff line change 33 "short_name" : " " ,
44 "icons" : [
55 {
6- "src" : " /android-chrome-192x192.png " ,
6+ "src" : " /android-chrome-192x192.avif " ,
77 "sizes" : " 192x192" ,
88 "type" : " image/png"
99 },
1010 {
11- "src" : " /android-chrome-512x512.png " ,
11+ "src" : " /android-chrome-512x512.avif " ,
1212 "sizes" : " 512x512" ,
1313 "type" : " image/png"
1414 }
1515 ],
1616 "theme_color" : " #ffffff" ,
1717 "background_color" : " #ffffff" ,
1818 "display" : " standalone"
19- }
19+ }
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ let companies = [
142142 Logo ({
143143 name : "Instapainting.com" ,
144144 url : "https://www.instapainting.com/" ,
145- path : "/lp/instapainting.png " ,
145+ path : "/lp/instapainting.avif " ,
146146 }),
147147 Logo ({
148148 name : "Juspay" ,
You can’t perform that action at this time.
0 commit comments