restore local video assets now that webpack (and remark) can process them

This commit is contained in:
2025-03-26 19:53:12 -04:00
parent 475407c6c6
commit e865d9d8e5
35 changed files with 452 additions and 294 deletions
+1 -3
View File
@@ -22,6 +22,7 @@ export const useMDXComponents = (components: MDXComponents): MDXComponents => {
a: Link,
code: Code,
blockquote: Blockquote,
video: Video,
hr: HorizontalRule,
h1: Heading.H1,
h2: Heading.H2,
@@ -33,9 +34,6 @@ export const useMDXComponents = (components: MDXComponents): MDXComponents => {
ol: List.OrderedList,
li: List.ListItem,
// html components with a slight twist:
Video,
// third-party embeds:
Tweet,
YouTube,