abmp-npm 2.0.46 → 2.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -295,7 +295,7 @@ async function getAWSTokens() {
295
295
  }
296
296
 
297
297
  async function generateSitemapXml(members) {
298
- const baseUrl = await getSiteBaseUrl();
298
+ const baseUrl = (await getSiteBaseUrl()).replace(/\/+$/, '');
299
299
  const profilePageUrl = `${baseUrl}/${PAGES_PATHS.PROFILE}`;
300
300
  const urls = members
301
301
  .map(m => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "2.0.46",
3
+ "version": "2.0.49",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",