Skip to content

Commit b7bb58a

Browse files
committed
readme
1 parent a2922bc commit b7bb58a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ package = "netlify-plugin-a11y"
3535

3636
# required config
3737
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+
]
3845

3946
# # optional config
4047
# resultMode = "warn" # is "error" by default

0 commit comments

Comments
 (0)