diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 1fbe766..03313fc 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -1,8 +1,7 @@ import nextra from 'nextra' const withNextra = nextra({ - theme: 'nextra-theme-docs', - themeConfig: './theme.config.jsx' + // ... Other Nextra config options }) // You can include other Next.js configuration options here, in addition to Nextra settings: