mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-22 20:32:11 +00:00
10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
const nextra = require('nextra').default;
|
|
|
|
const withNextra = nextra({
|
|
defaultShowCopyCode: true,
|
|
});
|
|
|
|
module.exports = withNextra({
|
|
reactStrictMode: true,
|
|
});
|