Skip to content

Commit a46dd1b

Browse files
committed
Add articles/demo to ignore list for link checking on build
1 parent 32afc24 commit a46dd1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/config/linkValidator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const linkValidatorPlugin = linkValidator({
2424
/** Dummy link in demo page */
2525
'/path/to#my-blob',
2626
/** Skip any links in testing-only pages */
27+
'articles/demo',
2728
'https://www.webstackbuilders.com/testing/*',
2829
/** Skip hard-coded site URLs due to timeouts from CI to Vercel */
2930
'https://www.webstackbuilders.com',

0 commit comments

Comments
 (0)