offload videos to vercel blob

This commit is contained in:
2025-04-23 09:34:28 -04:00
parent 6c3cd0afe9
commit 430789c25d
42 changed files with 189 additions and 551 deletions
+1 -1
View File
@@ -22,7 +22,6 @@ export const useMDXComponents = (components: MDXComponents): MDXComponents => {
a: Link,
code: Code,
blockquote: Blockquote,
video: Video,
hr: HorizontalRule,
h1: Heading.H1,
h2: Heading.H2,
@@ -35,6 +34,7 @@ export const useMDXComponents = (components: MDXComponents): MDXComponents => {
li: List.ListItem,
// third-party embeds:
Video,
Tweet,
YouTube,
Gist,