Nganime-Docs/next.config.js
Kiera Affarantia 90ca909521 Initial commit
2024-03-08 14:11:10 +07:00

7 lines
182 B
JavaScript

const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.tsx",
defaultShowCopyCode: true,
});
module.exports = withNextra();