We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5cf11 commit 77a4f18Copy full SHA for 77a4f18
apps/docs/next.config.mjs
@@ -5,7 +5,7 @@ const withMDX = createMDX();
5
6
/** @type {import('next').NextConfig} */
7
const config = {
8
- basePath: process.env.NODE_ENV === 'production' ? '/docs' : '', // if serving under /docs path
+ // basePath: process.env.NODE_ENV === 'production' ? '/docs' : '', // if serving under /docs path
9
assetPrefix: process.env.NODE_ENV === 'production' ? '/docs' : '', // if serving under /docs path
10
reactStrictMode: true,
11
images: { unoptimized: true },
0 commit comments