fix(site): update discord link (#170)

This commit is contained in:
Steve Heffernan
2025-11-06 14:13:28 -03:00
committed by GitHub
parent 7e467a41d3
commit bb10294419
8 changed files with 8 additions and 8 deletions
+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/zdrCwByt';
export const DISCORD_INVITE_URL = 'https://discord.gg/JBqHh485uF';
export const THEME_KEY = 'vjs-site-theme';
/**