Skip to content

Commit 50edd5a

Browse files
committed
refactor(website): enable code copy button by default
1 parent c020bcd commit 50edd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import remarkGFM from "remark-gfm";
55
const withNextra = nextra({
66
theme: "nextra-theme-docs",
77
themeConfig: "./theme.config.tsx",
8-
// defaultShowCopyCode: false,
8+
defaultShowCopyCode: true,
99
mdxOptions: {
1010
remarkPlugins: [
1111
remarkGFM,

0 commit comments

Comments
 (0)