refactor: simplify MDX options in next.config.ts
chore: update Radix UI dependencies to latest versions chore: update Next.js and related packages to latest versions style: add sidebar color variable in globals.css refactor: remove Chart component and related logic
This commit is contained in:
parent
6e0a128cdf
commit
afbf913aec
5 changed files with 162 additions and 469 deletions
|
|
@ -3,10 +3,7 @@ import createMDX from '@next/mdx';
|
|||
const path = require('path')
|
||||
|
||||
const withMDX = createMDX({
|
||||
options: {
|
||||
jsx: true,
|
||||
jsxImportSource: '@mdx-js/react',
|
||||
},
|
||||
options: {},
|
||||
})
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue