Skip to content

Legal Insights

Legal insight articles are stored in src/content/blog and rendered under the insights routes.

  • src/content/blog
  • src/pages/insights/index.astro
  • src/pages/insights/[slug].astro
  • src/layouts/BlogPostLayout.astro
  • src/components/cards/ArticleCard.astro
  • src/pages/rss.xml.ts
  • src/assets/images/blog

The blog collection commonly includes titles, descriptions, dates, author references, tags, categories, draft flags, and featured images. Confirm exact fields in src/content.config.ts.

The RSS feed is implemented in src/pages/rss.xml.ts. Update the production site URL before relying on RSS links in production.