Skip to content

Commit

Permalink
Update remote URL for 'info' module for production on netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
serifcolakel committed Mar 28, 2024
1 parent cd91400 commit 829f429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/container/webpack.config.prod.ts
Expand Up @@ -23,7 +23,7 @@ const prodConfig: ModuleFederationConfig = {
* ['app2', 'http://example.com/path/to/app2/remoteEntry.js'],
* ]
*/
remotes: [['info', 'http://localhost:3001/']],
remotes: [['info', 'https://animated-lollipop-8d4ee8.netlify.app/']],
};

// Nx plugins for webpack to build config object from Nx options and context.
Expand Down

0 comments on commit 829f429

Please sign in to comment.