@fifthbell/brokaw 0.1.43 → 0.1.45

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.
@@ -2,8 +2,8 @@ export declare const outletConfig: {
2
2
  readonly siteName: "fifthbell";
3
3
  readonly publicSiteUrl: "https://fifthbell.com";
4
4
  readonly cdnUrl: "https://cdn.fifthbell.com";
5
- readonly contentPath: "/json";
6
- readonly inventoryFilename: "inventory.json";
5
+ readonly contentPath: "/content";
6
+ readonly inventoryFilename: "cronkite-inventory.json";
7
7
  readonly defaultLanguage: "en";
8
8
  readonly supportedLanguages: readonly ["en", "es", "it"];
9
9
  readonly prefixDefaultLocale: false;
@@ -2,8 +2,8 @@ export const outletConfig = {
2
2
  siteName: 'fifthbell',
3
3
  publicSiteUrl: 'https://fifthbell.com',
4
4
  cdnUrl: 'https://cdn.fifthbell.com',
5
- contentPath: '/json',
6
- inventoryFilename: 'inventory.json',
5
+ contentPath: '/content',
6
+ inventoryFilename: 'cronkite-inventory.json',
7
7
  defaultLanguage: 'en',
8
8
  supportedLanguages: ['en', 'es', 'it'],
9
9
  prefixDefaultLocale: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fifthbell/brokaw",
3
3
  "description": "Server-side Handlebars renderer and templates for fifthbell pages.",
4
- "version": "0.1.43",
4
+ "version": "0.1.45",
5
5
  "license": "MIT",
6
6
  "author": "fifthbell",
7
7
  "repository": {