rename large_tile.png to bust third-party caches

pull/6464/head
Niklas Fiekas 2020-04-24 18:18:56 +02:00
parent 149fb881a5
commit 3cdb013f72
3 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ object home {
chessground = false,
openGraph = lila.app.ui
.OpenGraph(
image = staticUrl("images/large_tile.png").some,
image = staticUrl("logo/lichess-tile-wide.png").some,
twitterImage = staticUrl("logo/lichess-tile.png").some,
title = "The best free, adless Chess server",
url = netBaseUrl,

View File

@ -25,7 +25,7 @@ object page {
title = s"${u.username} : ${trans.activity.activity.txt()}",
openGraph = lila.app.ui
.OpenGraph(
image = staticUrl("images/large_tile.png").some,
image = staticUrl("logo/lichess-tile-wide.png").some,
twitterImage = staticUrl("logo/lichess-tile.png").some,
title = u.titleUsernameWithBestRating,
url = s"$netBaseUrl${routes.User.show(u.username).url}",

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB