diff --git a/next.config.mjs b/next.config.mjs index 265e1f7..7bcf257 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,8 +2,7 @@ /** @type {import('next').NextConfig} */ import nextI18nextConfig from "./next-i18next.config.js"; import { NextFederationPlugin } from '@module-federation/nextjs-mf'; -// const url = process.env.REMOTE_EDITOR_URL -const url = 'http://localhost:3000' +const url = process.env.REMOTE_EDITOR_URL const remotes = (isServer) => {