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 -1
View File
@@ -3,6 +3,7 @@ import DialNav from '@/components/DialNav';
import Footer from '@/components/Footer.astro';
import FooterEasterEgg from '@/components/FooterEasterEgg.astro';
import NavBar from '@/components/NavBar/NavBar.astro';
import { MUX_URL } from '@/consts';
import Base from '@/layouts/Base.astro';
interface Props {
@@ -42,7 +43,7 @@ const { title, description, code = '404', message = 'NOT FOUND' } = Astro.props;
]}
right={[
{
href: "https://mux.com?utm_source=videojs&utm_campaign=vjs10",
href: MUX_URL,
label: "mux.com",
angle: 60,
},