For the complete documentation index, see llms.txt. This page is also available as Markdown.

Live (deprecated)

The optional live option is the equivalent to the countdown setting. It allows you to set a caption, rendered underneath the title, for a show that is currently live.

const alertConfig: Partial<AlertConfig> = {
  live: {
    caption: 'Now live',
  },
};

Last updated