Skip to content

Commit b37caf7

Browse files
committed
fix proxy again
1 parent d0ffb31 commit b37caf7

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: '/docs/', // if serving under /docs path
8+
basePath: '/docs', // if serving under /docs path
99
reactStrictMode: true,
1010
images: { unoptimized: true },
1111
transpilePackages: ['@prisma-docs/eclipse'],

0 commit comments

Comments
 (0)