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 a2922bc commit b7bb58aCopy full SHA for b7bb58a
README.md
@@ -35,6 +35,13 @@ package = "netlify-plugin-a11y"
35
36
# required config
37
checkPaths = ['/'] # you can give an array of directories or paths to html files, that you want to run a11y checks on
38
+
39
+ ## Another checkPaths Example
40
+ checkPaths = [
41
+ '/blog',
42
+ '/about.html',
43
+ '/super/specific/route/index.html',
44
+ ]
45
46
# # optional config
47
# resultMode = "warn" # is "error" by default
0 commit comments