diff --git a/next.config.js b/next.config.js index 63e8e2f..0437638 100644 --- a/next.config.js +++ b/next.config.js @@ -32,6 +32,9 @@ const nextConfig = { output: 'standalone', reactStrictMode: true, redirects, + env: { + NEXT_PUBLIC_SERVER_URL: process.env.DEPLOY_PRIME_URL, + }, } export default withPayload(nextConfig, { devBundleServerPackages: false })