6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
const withNextra = require("nextra")({
|
|
theme: "nextra-theme-docs",
|
|
themeConfig: "./theme.config.js",
|
|
unstable_staticImage: true,
|
|
});
|
|
module.exports = withNextra();
|