diff --git a/next.config.mjs b/next.config.mjs index 041e4004..724a9b66 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -14,11 +14,9 @@ const withMDX = nextMDX({ }) -const isProd = process.env.NODE_ENV === 'production' - /** @type {import('next').NextConfig} */ const nextConfig = { - assetPrefix: isProd ? '/docs-static' : undefined, + assetPrefix: undefined, reactStrictMode: true, pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'], experimental: {