Skip to content

Commit

Permalink
docs: enable copy button for code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Jan 12, 2025
1 parent 4026945 commit 51dc34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import nextra from 'nextra';
const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
defaultShowCopyCode: true,
});

export default withNextra({
Expand Down

0 comments on commit 51dc34c

Please sign in to comment.