[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;
|
return;
|
||||||
}
|
}
|
||||||
let pageUrls = pages.map((p) => {
|
let pageUrls = pages.map((p) => {
|
||||||
const path = finalSiteUrl.pathname + p.pathname
|
const path = finalSiteUrl.pathname + p.pathname;
|
||||||
return new URL(path, finalSiteUrl).href
|
return new URL(path, finalSiteUrl).href;
|
||||||
});
|
});
|
||||||
if (filter) {
|
if (filter) {
|
||||||
pageUrls = pageUrls.filter((page: string) => filter(page));
|
pageUrls = pageUrls.filter((page: string) => filter(page));
|
||||||
|
|
Loading…
Reference in a new issue