Skip to content

Commit

Permalink
Merge pull request #132 from nr2f1/typo
Browse files Browse the repository at this point in the history
Merge pull request #130 from nr2f1/yt-from-rich-media
  • Loading branch information
pataruco authored Nov 28, 2024
2 parents 103eb33 + a9c0451 commit 3e8ffa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/shared/utils/rich-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const renderText = (text: string) => {
export const renderNode: RenderNode = {
// If the node is a link
[INLINES.HYPERLINK]: (node) => {
console.log({ node });
// Only process youtube links
if (node.data.uri.includes('youtube.com')) {
// Extract videoId from the URL
Expand Down

0 comments on commit 3e8ffa0

Please sign in to comment.