File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ export function ThemeToggle({
100100 className = { cn ( "size-5 flex items-center relative" ) }
101101 >
102102 < motion . div
103- animate = { {
104- transition : { duration : 0.1 , easings : [ "easeInOut" ] } ,
105- } }
106103 className = { cn (
107104 "size-5 transition-all duration-300 ease-in-out relative" ,
108105 ) }
Original file line number Diff line number Diff line change 11import createMDX from "@next/mdx" ;
2- // import remarkGfm from "remark-gfm";
2+ import remarkGfm from "remark-gfm" ;
33
44/** @type {import('next').NextConfig } */
55const nextConfig = {
@@ -38,7 +38,7 @@ const nextConfig = {
3838
3939const withMDX = createMDX ( {
4040 options : {
41- remarkPlugins : [ ] ,
41+ remarkPlugins : [ remarkGfm ] ,
4242 rehypePlugins : [ ] ,
4343 } ,
4444} ) ;
You can’t perform that action at this time.
0 commit comments