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:
암냥 2025-11-20 00:28:22 +09:00
commit afbf913aec
No known key found for this signature in database
5 changed files with 162 additions and 469 deletions

View file

@ -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 = {