We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ffb31 commit b37caf7Copy full SHA for b37caf7
apps/docs/next.config.mjs
@@ -5,7 +5,7 @@ const withMDX = createMDX();
5
6
/** @type {import('next').NextConfig} */
7
const config = {
8
- basePath: '/docs/', // if serving under /docs path
+ basePath: '/docs', // if serving under /docs path
9
reactStrictMode: true,
10
images: { unoptimized: true },
11
transpilePackages: ['@prisma-docs/eclipse'],
0 commit comments