Skip to content

Commit

Permalink
Add Netlify accessibility plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyersPh9 committed Feb 5, 2024
1 parent a466953 commit f3a83e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[build]
command = "echo 'google_maps_api_key: $GOOGLE_MAPS_API_KEY' >> _config.yml && jekyll build"
publish = "_site"

[[plugins]]
package = "netlify-plugin-a11y"

[plugins.inputs]
checkPaths = ['/']
resultMode = "warn"

0 comments on commit f3a83e1

Please sign in to comment.