Skip to content

Commit 95d34c3

Browse files
authored
webp icons (#49)
1 parent c0b5ac4 commit 95d34c3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ title = "Stockfish - Strong open-source chess engine"
1010
hide_view_all_services = false # set to true to hide the View All Services button
1111

1212
[params.logo]
13-
mobile = "images/logo/icon_128x128@2x.png"
14-
desktop = "images/logo/icon_128x128@2x.png"
13+
mobile = "images/logo/icon_128x128@2x.webp"
14+
desktop = "images/logo/icon_128x128@2x.webp"
1515
desktop_height = "36"
1616
alt = "Stockfish Logo"
1717

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Stockfish"
33
description: "Strong open-source chess engine"
4-
intro_image: "images/logo/icon_512x512@2x.png"
4+
intro_image: "images/logo/icon_512x512@2x.webp"
55
---
66

77
Download, documentation, technical details, and frequent questions.
14.2 KB
Loading
116 KB
Loading

0 commit comments

Comments
 (0)