Skip to content

Commit

Permalink
Clear skipUrlPatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jul 23, 2024
1 parent debd6c0 commit 62c94a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ const remarkConfig = {
remarkLintNoDeadUrls,
{
skipUrlPatterns: [
"https://www.php.net",
"https://www.adobe.com/products/xd/learn/get-started-xd-design.html",
"https://www.adobe.com/products/xd/learn/get-started-xd-prototype.html",
"https://www.adobe.com/products/xd/learn/get-started-xd-components-libraries.html",
"https://www.adobe.com/products/xd/learn/get-started-xd-collaboration.html",
"https://www.adobe.com/products/xd/learn/design/layout/ecommerce-website-design.html",
"https://helpx.adobe.com/xd/help/access-ui-kits.html"
// "https://www.php.net",
// "https://www.adobe.com/products/xd/learn/get-started-xd-design.html",
// "https://www.adobe.com/products/xd/learn/get-started-xd-prototype.html",
// "https://www.adobe.com/products/xd/learn/get-started-xd-components-libraries.html",
// "https://www.adobe.com/products/xd/learn/get-started-xd-collaboration.html",
// "https://www.adobe.com/products/xd/learn/design/layout/ecommerce-website-design.html",
// "https://helpx.adobe.com/xd/help/access-ui-kits.html"
]
}
]
Expand Down

0 comments on commit 62c94a0

Please sign in to comment.