mirror of
https://github.com/MinazukiAmane/Nganime-Docs.git
synced 2025-03-16 09:25: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();
|