Nganime-Docs/next.config.js

7 lines
182 B
JavaScript
Raw Normal View History

2024-03-08 14:11:10 +07:00
const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.tsx",
defaultShowCopyCode: true,
});
module.exports = withNextra();