We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ca044 commit 43b31c2Copy full SHA for 43b31c2
scripts/checkLinks.ts
@@ -9,7 +9,6 @@ async function main() {
9
const browserInstance = await chromium.launch();
10
const baseUrl = process.env.BASE_URL || 'https://www.docs.sei.io/';
11
await crawlPages(baseUrl, browserInstance, 'main');
12
-
13
fs.writeFileSync('brokenLinks.json', JSON.stringify([...brokenLinks], null, 2));
14
15
if (brokenLinks.size > 0) {
0 commit comments