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
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user