Skip to content

Commit

Permalink
Issue #PS-2103: Add Workspace UI implementation in admin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
Aar-if committed Oct 8, 2024
1 parent f30f931 commit 6cb46ad
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 6cb46ad

Please sign in to comment.