From 499fca35d926daffe77b9295c29db4156af17165 Mon Sep 17 00:00:00 2001 From: anonymousrecords Date: Sat, 24 Aug 2024 21:56:15 +0900 Subject: [PATCH] chore: update embed property to true in Codesandbox component --- src/components/mdx/Codesandbox/Codesandbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mdx/Codesandbox/Codesandbox.tsx b/src/components/mdx/Codesandbox/Codesandbox.tsx index 342ecabb..67966390 100644 --- a/src/components/mdx/Codesandbox/Codesandbox.tsx +++ b/src/components/mdx/Codesandbox/Codesandbox.tsx @@ -18,7 +18,7 @@ export function Codesandbox({ tags = [], // hideTitle = false, - embed = false, + embed = true, }: CSB & { hideTitle: boolean embed: boolean