Fix markdown link checker exceptions

The pigallery2.onrender.com demo URL changed, this accommodates that.
The SnapCrescent Demo site is serving up 503s (reported in https://github.com/snapcrescent/snapcrescent/issues/52 ) so this disables link checking on it.
This commit is contained in:
Gene Wood
2024-04-07 17:05:35 -07:00
parent 6f858fb8f6
commit e1edb8abaa

View File

@@ -1,13 +1,16 @@
{
"ignorePatterns": [
{
"pattern": "https://pigallery2.onrender.com/gallery/"
"pattern": "https://pigallery2.onrender.com/"
},
{
"pattern": "https://demo.photofield.dev/"
},
{
"pattern": "https://demo.memories.gallery/apps/memories/"
},
{
"pattern": "https://demo.snapcrescent.app"
}
]
}