@bridgeline-digital/hawksearch-handlebars-ui 2.0.0-beta.18 → 2.0.0-beta.19

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.
@@ -450,6 +450,18 @@ export interface HawkSearchConfig {
450
450
  * `'/search'`
451
451
  */
452
452
  searchUrl?: string;
453
+ seo?: {
454
+ title?: {
455
+ /**
456
+ * Value prepended to title returned from API
457
+ */
458
+ prefix?: string;
459
+ /**
460
+ * Value appended to title returned from API
461
+ */
462
+ suffix?: string;
463
+ };
464
+ };
453
465
  /**
454
466
  * Specifies whether components should be rendered in the [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM). This is highly recommended to avoid CSS conflicts.
455
467
  *