We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccd4de commit b977fa5Copy full SHA for b977fa5
apps/docs/next.config.mjs
@@ -29,6 +29,7 @@ const withMDX = createMDXPlugin({
29
/** @type {import('next').NextConfig} */
30
const nextConfig = {
31
output: "export",
32
+ distDir: "out",
33
reactStrictMode: true,
34
trailingSlash: true,
35
poweredByHeader: false,
0 commit comments