Skip to content

Commit

Permalink
Issue #PS-000 fix: Updated env key
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Oct 9, 2024
1 parent edc8bb4 commit 330c4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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 = process.env.NEXT_PUBLIC_REMOTE_EDITOR_URL


const remotes = (isServer) => {
Expand Down

0 comments on commit 330c4c3

Please sign in to comment.