ff
This commit is contained in:
14
next.config.mjs
Normal file
14
next.config.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
import nextra from "nextra";
|
||||
|
||||
const withNextra = nextra({
|
||||
contentDirBasePath: "/docs",
|
||||
search: { codeblocks: true },
|
||||
});
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactCompiler: true,
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default withNextra(nextConfig);
|
||||
Reference in New Issue
Block a user