Skip to content

Commit

Permalink
trying to fix with getPublicPath
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Oct 7, 2024
1 parent ece4ea5 commit d52485e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/calc/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
exposes: {},
shared: {},
getPublicPath: `function() {return "http://localhost:3000/calc/"}`,
}),
);
}
Expand Down
1 change: 1 addition & 0 deletions packages/host/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'./Hello': './src/components/hello/index.jsx',
},
shared: {},
getPublicPath: `function() {return "http://localhost:3000/v2/"}`,
}),
);
}
Expand Down

0 comments on commit d52485e

Please sign in to comment.