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

@ -51,6 +51,7 @@
--scrollbar: hsla(340 10% 60% / 0.5);
--scrollbar-hover: hsla(340 10% 60% / 0.8);
--sidebar: hsl(0 0% 98%);
}
.dark {