Skip to content

Commit

Permalink
fix: disable frontmatter parser in mdx-bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Jan 28, 2024
1 parent 855b0ad commit 62949d1
Show file tree
Hide file tree
Showing 3 changed files with 8,319 additions and 25,112 deletions.
3 changes: 3 additions & 0 deletions app/lib/mdx.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const compileMDX = async (mdx: string) => {
'lib-hooks-use-hydrated': 'useHydrated',
'data-current-user': 'currentUser',
'framer-motion/motion': 'motion'
},
mdxOptions: () => {
return {}
}
})

Expand Down
Loading

0 comments on commit 62949d1

Please sign in to comment.