@ladjs/api 12.0.8 → 12.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -163,7 +163,7 @@ class API {
163
163
  // X-Robots-Tag
164
164
  // <https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag>
165
165
  app.use((ctx, next) => {
166
- ctx.set('X-Robots-Tag', 'noindex');
166
+ ctx.set('X-Robots-Tag', 'none');
167
167
  return next();
168
168
  });
169
169
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/api",
3
3
  "description": "API server for Lad",
4
- "version": "12.0.8",
4
+ "version": "12.0.9",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/api/issues",