From 6f0c1d33ccd5b80c248cb342c3556ad4b19621b0 Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Sun, 28 Sep 2025 07:31:00 +0900 Subject: [PATCH] Fix wrong og:image path (#2099) ## Description: The OpenGraph image in index.html was pointing to /resources/images/GameplayScreenshot.png, which does not exist. Updated to /images/GameplayScreenshot.png so that preview thumbnails display correctly on social platforms. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: aotumuri --- src/client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.html b/src/client/index.html index 483eafcb2..01f6b5fa9 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -30,7 +30,7 @@ />