Pickup alias from Browsertime when generating folder structure
This commit is contained in:
parent
2814a5bfdf
commit
71256dc4db
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue