Skip to content

Commit

Permalink
Change to actual baseURL and add heading pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
axelknock committed Mar 26, 2024
1 parent 9ec6f1b commit 65d0e84
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/config/link-check.json
Original file line number Diff line number Diff line change
@@ -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/"],
Expand Down

0 comments on commit 65d0e84

Please sign in to comment.