summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-16 13:29:43 +0200
committerYuval Adam <_@yuv.al>2025-06-16 13:29:43 +0200
commit140da5171aecf9dac2b1070813364fbedb23c99a (patch)
treead44a88d7cf98b7562c84d49f8a4f5bca7f458af /package.json
parent99054f0ee2007ec6a7e6f7cfe54967c58f4fd5c3 (diff)
Verify domains with GET not HEAD requests, update some mistakenly marked invalid
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index c9c616e..02df529 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
- "check-domains": "node scripts/check-domains.js"
+ "check-domains": "node scripts/check-domains.js",
+ "verify-invalid": "node scripts/check-domains.js --verify-invalid"
},
"dependencies": {
"@astrojs/react": "^4.3.0",