From 65d0e846b07d85397849e675da8a778fc85bfc2c Mon Sep 17 00:00:00 2001 From: Lucian Knock Date: Tue, 26 Mar 2024 08:02:21 -0400 Subject: [PATCH] Change to actual baseURL and add heading pattern --- .github/config/link-check.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/config/link-check.json b/.github/config/link-check.json index 1522070..3cd6da4 100644 --- a/.github/config/link-check.json +++ b/.github/config/link-check.json @@ -1,5 +1,16 @@ { - "projectBaseUrl":"${workspaceFolder}", + "projectBaseUrl":"https://lucianknock.com", + "ignorePatterns": [ + { + "pattern": "^http://example.net" + } + ], + "replacementPatterns": [ + { + "pattern": "^/", + "replacement": "{{BASEURL}}/" + } + ], "httpHeaders": [ { "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],