diff options
-rw-r--r-- | .lycheeignore | 1 | ||||
-rwxr-xr-x | script/check | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.lycheeignore b/.lycheeignore index f10c93d..42fe8df 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1 +1,2 @@ http://100.64.1.2:8080/disklabel_template +puffy@127.0.0.1 diff --git a/script/check b/script/check index a7de23f..ca9845c 100755 --- a/script/check +++ b/script/check @@ -8,9 +8,7 @@ cabal v2-run exe:site -- rebuild # See also .lycheeignore file. lychee \ - --exclude-link-local \ --exclude-loopback \ - --exclude-mail \ --exclude-private \ --format detailed \ _site/ |