diff --git a/next.config.js b/next.config.js index 1f7779f0..62502b6a 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({