Pickup alias from Browsertime when generating folder structure

This commit is contained in:
soulgalore 2020-12-09 05:08:01 +01:00
parent 2814a5bfdf
commit 71256dc4db
1 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,9 @@ module.exports = {
group
})
);
// since we generate the paths using alias,
// we need to also update the options
options.urlMetaData[url] = alias;
}
}