mirror of
https://github.com/MinazukiAmane/Nganime-Docs.git
synced 2025-03-15 04:15:56 +08:00
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
const withNextra = require("nextra")({
|
|
theme: "nextra-theme-docs",
|
|
themeConfig: "./theme.config.tsx",
|
|
defaultShowCopyCode: true,
|
|
});
|
|
|
|
module.exports = withNextra(); |