fix: remove debugger statement for local test

pull/3385/head
Yuxuan Zhang 2 years ago
parent e568de361f
commit 8849d85523
No known key found for this signature in database
GPG Key ID: 6910B04F3351EF7D

@ -108,7 +108,7 @@ export async function build(
])
}
}
debugger
const pages = ['404.md', ...siteConfig.pages]
let count_done = 0
await pMap(

Loading…
Cancel
Save