Add /support page, centralize Mux URLs (#783)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-03-09 16:38:39 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 43711315cd
commit 5f6b1c8e53
8 changed files with 110 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
import { ArrowUpRight } from 'lucide-react';
import { DISCORD_INVITE_URL, GITHUB_REPO_URL } from '@/consts';
import { DISCORD_INVITE_URL, GITHUB_REPO_URL, MUX_URL } from '@/consts';
import Discord from './icons/discord.svg?react';
import GitHub from './icons/github.svg?react';
import LogoMonoVersion from './icons/logo-mono.svg?react';
@@ -85,7 +85,7 @@ const { class: className } = Astro.props;
class="underline intent:no-underline">video player.</a
>
<br class="xl:hidden" />Video hosting and streaming <a
href="https://www.mux.com?utm_source=videojs&utm_campaign=vjs10"
href={MUX_URL}
class="underline intent:no-underline"
>sponsored by Mux.
</a>