We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758a379 commit d3d8c20Copy full SHA for d3d8c20
scripts/check-links.js
@@ -3,7 +3,7 @@ import { exit } from "process";
3
4
const allowedStatuses = [401, 403, 405];
5
6
-const ignoreList = [];
+const ignoreList = ["https://zenml.io/logo.png"];
7
8
const headers = new Headers({
9
"User-Agent": "ZenMLURLBot/1.0 (+http://zenml.io/bot)"
0 commit comments