@lownoise-studio/rendershield 0.1.4 → 0.1.6

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.
package/dist/cli.js CHANGED
@@ -13,7 +13,7 @@ Usage:
13
13
 
14
14
  Notes:
15
15
  - Config file: rendershield.config.json
16
- - Content: content/blog/*.md (frontmatter required)
16
+ - Content: content/<collection>/**/*.md (frontmatter required)
17
17
  - Output: dist-prerender/
18
18
  `);
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lownoise-studio/rendershield",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Boring bot-aware prerendering: real HTML for bots, SPA for humans.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/cli.ts CHANGED
@@ -14,7 +14,7 @@ Usage:
14
14
 
15
15
  Notes:
16
16
  - Config file: rendershield.config.json
17
- - Content: content/blog/*.md (frontmatter required)
17
+ - Content: content/<collection>/**/*.md (frontmatter required)
18
18
  - Output: dist-prerender/
19
19
  `);
20
20
  }