We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64551 commit 2983a66Copy full SHA for 2983a66
index.js
@@ -1033,6 +1033,8 @@ tracer(Metalsmith(path.resolve()))
1033
// Ensure no broken links
1034
.use(msIf(prodBuild, linkChecker({
1035
ignore: [
1036
+ // Vercel payment failure 402
1037
+ 'brunoscheufler.com',
1038
// Anti-bot 403
1039
'discogs.com',
1040
'hackernoon.com',
@@ -1053,8 +1055,6 @@ tracer(Metalsmith(path.resolve()))
1053
1055
'tldp.org',
1054
1056
// Anti-bot timeouts
1057
'usnews.com',
- // Temporary
- 'orientdb.org',
1058
]
1059
})))
1060
src/data/links.yml
@@ -85,3 +85,5 @@
85
icon: fa-brands fa-untappd
86
87
- link: https://boardgamegeek.com/user/emmercm
88
+ title: BoardGameGeek
89
+ icon: fa-regular fa-game-board
0 commit comments