Web: Remove slash

This commit is contained in:
Alexey Safronov 2021-03-10 10:35:43 +03:00
parent c504fe44a6
commit f962a2737b

View File

@ -113,7 +113,7 @@ const config = {
filename: "remoteEntry.js",
remotes: {
studio: `studio@${homepage}/remoteEntry.js`,
people: `people@${homepage}/products/people//remoteEntry.js`,
people: `people@${homepage}/products/people/remoteEntry.js`,
files: `files@${homepage}/products/files/remoteEntry.js`,
login: `login@${homepage}/login/remoteEntry.js`,
},