diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 89924af..f65402c 100644 --- a/config.toml +++ b/config.toml @@ -41,10 +41,9 @@ summaryLength = 30 meta_og_title = "YAMS - Yet Another Media Server" meta_og_type = "website" meta_og_url = "https://yams.media" - meta_og_image = "/pics/logo.png" + meta_og_image = "/pics/logo.webp" meta_og_description = "YAMS is a basic but powerful media server, easy to install in a bash script" - meta_twitter_card = "summary" [params.logo] - standard = "/pics/logo.png" - mobile = "/pics/logo.png" + standard = "/pics/logo.webp" + mobile = "/pics/logo.webp" |