Skip to content

Commit

Permalink
Merge pull request #240 from Aar-if/main
Browse files Browse the repository at this point in the history
Issue #PS-2103: Add Workspace UI implementation in admin portal
  • Loading branch information
itsvick authored Oct 8, 2024
2 parents 97c8596 + 6cb46ad commit b0ee643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit b0ee643

Please sign in to comment.