diff --git a/next.config.js b/next.config.js index c38173701..b24a51703 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ const withNextra = require('nextra')({ theme: 'nextra-theme-docs', themeConfig: './theme.config.tsx', + defaultShowCopyCode: true, }); module.exports = withNextra({