Skip to content

Commit a052e8b

Browse files
committed
fix: ignore path that might seem a broken link #49
1 parent 23b361c commit a052e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
{
6969
resolve: `gatsby-plugin-catch-links`,
7070
options: {
71-
excludePattern: /(excluded-link|external)/,
71+
excludePattern: /\/aws-lambda-powertools-python/,
7272
},
7373
},
7474
'gatsby-plugin-antd',

0 commit comments

Comments
 (0)