mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
Add /support page, centralize Mux URLs (#783)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
43711315cd
commit
5f6b1c8e53
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user