From 7418465768ac7421de100a8d1e6bac4adc2b5c60 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Thu, 30 Oct 2025 01:06:27 -0500 Subject: [PATCH] fix(site): update discord invite URL --- site/src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/consts.ts b/site/src/consts.ts index 2bcf9afc..4fd7b299 100644 --- a/site/src/consts.ts +++ b/site/src/consts.ts @@ -1,7 +1,7 @@ export const SITE_TITLE = 'Video.js 10'; export const SITE_DESCRIPTION = `For over 15 years, Video.js has been the world's web video player. Now rebuilt in v10 for modern development and performance.`; export const GITHUB_REPO_URL = 'https://github.com/videojs/v10/'; -export const DISCORD_INVITE_URL = 'https://discord.gg/yyatwmQr'; +export const DISCORD_INVITE_URL = 'https://discord.gg/Zmk4DbtHUs'; export const THEME_KEY = 'vjs-site-theme'; /**