We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dbe52 commit 0b6e33eCopy full SHA for 0b6e33e
1 file changed
apps/docs/next.config.mjs
@@ -1,5 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const config = {
3
+ output: 'export',
4
+ basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
5
transpilePackages: ['appshell-react'],
6
images: { unoptimized: true },
7
};
0 commit comments