Skip to content

Commit

Permalink
COMDOx-849: Ignore false positive dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-matthews committed Apr 2, 2024
1 parent 13958ec commit 7c04cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const remarkConfig = {
skipUrlPatterns: [
"https://www.php.net",
"https://cardinalcommerce.com/",
"https://www.cyberciti.biz"
"https://www.cyberciti.biz",
"https://eat.magento.com/ui/phpFqn?searchKey=TWFnZW50b1xGcmFtZXdvcmtcQ29uc29sZVxDbGk6OmdldERlZmF1bHRDb21tYW5kcw=="

],
skipOffline: "true"
Expand Down

0 comments on commit 7c04cf3

Please sign in to comment.