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 => {
|