mirror of
https://github.com/meichthys/foss_photo_libraries.git
synced 2025-12-16 12:01:49 +01:00
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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user