From b879fce3a95c4eb791c0959c2c43c82bd237f81c Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Sat, 26 Oct 2024 20:23:47 +0200 Subject: [PATCH] Update social.png in meta tags to fix cache on some services --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a7b344f2a..ea2a264a7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -19,7 +19,7 @@ const config: Config = { organizationName: 'jellyfin', projectName: 'jellyfin.org', themeConfig: { - image: 'images/social.png', + image: 'images/social.png?v2', metadata: [ { name: 'og:type', content: 'website' }, { name: 'twitter:card', content: 'summary_large_image' },