fix(site): update discord invite URL

This commit is contained in:
Darius Cepulis
2025-10-30 01:06:27 -05:00
parent f17570156e
commit 7418465768
+1 -1
View File
@@ -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';
/**