Skip to content

Commit 77a4f18

Browse files
authored
fix (#7502)
1 parent 1a5cf11 commit 77a4f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const withMDX = createMDX();
55

66
/** @type {import('next').NextConfig} */
77
const config = {
8-
basePath: process.env.NODE_ENV === 'production' ? '/docs' : '', // if serving under /docs path
8+
// basePath: process.env.NODE_ENV === 'production' ? '/docs' : '', // if serving under /docs path
99
assetPrefix: process.env.NODE_ENV === 'production' ? '/docs' : '', // if serving under /docs path
1010
reactStrictMode: true,
1111
images: { unoptimized: true },

0 commit comments

Comments
 (0)