From 49a2ea72b7433a0d67284fe88e31e1e797d97022 Mon Sep 17 00:00:00 2001 From: PaPi <89279156+Mesrine67@users.noreply.github.com> Date: Fri, 1 May 2026 01:55:06 +0200 Subject: [PATCH] Enable defaultShowCopyCode in Nextra configuration Signed-off-by: PaPi <89279156+Mesrine67@users.noreply.github.com> --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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({