Disable search engine indexing by default

This commit is contained in:
Rowan Manning
2013-11-15 15:58:49 +00:00
parent 85b70c5679
commit 55d44685e9
5 changed files with 20 additions and 3 deletions

View File

@@ -48,6 +48,9 @@ The boot configurations for pa11y-dashboard are as follows. Look at the sample J
### port
*(number)* The port to run the application on.
### noindex
*(boolean)* If set to `true` (default), the dashboard will not be indexed by search engines. Set to `false` to allow indexing.
Development
-----------