Skip to content

Commit 8c0c28c

Browse files
committed
really?
1 parent 34d6462 commit 8c0c28c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

components/blocks/theme-toggle.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)}

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import createMDX from "@next/mdx";
2-
// import remarkGfm from "remark-gfm";
2+
import remarkGfm from "remark-gfm";
33

44
/** @type {import('next').NextConfig} */
55
const nextConfig = {
@@ -38,7 +38,7 @@ const nextConfig = {
3838

3939
const withMDX = createMDX({
4040
options: {
41-
remarkPlugins: [],
41+
remarkPlugins: [remarkGfm],
4242
rehypePlugins: [],
4343
},
4444
});

0 commit comments

Comments
 (0)