[ci] format
This commit is contained in:
parent
c601ce59b5
commit
073bab5ec1
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ export default function createPlugin({
|
|||
return;
|
||||
}
|
||||
let pageUrls = pages.map((p) => {
|
||||
const path = finalSiteUrl.pathname + p.pathname
|
||||
return new URL(path, finalSiteUrl).href
|
||||
const path = finalSiteUrl.pathname + p.pathname;
|
||||
return new URL(path, finalSiteUrl).href;
|
||||
});
|
||||
if (filter) {
|
||||
pageUrls = pageUrls.filter((page: string) => filter(page));
|
||||
|
|
Loading…
Reference in a new issue