# Routing

URL and content routing rules for this site.

## Homepage

- **CMS slug (Contentful):** `index`
- **Open in cms-edit:** `--page-slug /` or `--page-slug /index`
- **Public URL:** `/` on the live site
- **Sitemap displays:** `/index` (formatting only — same page as `/`)

## Article paths

- **Articles slug segment:** `insights`
- **Articles base path:** `/${ARTICLES_SLUG}`
- **Primary tag in URL:** no (flat article URLs)
- **Article type index enabled:** true

## Tags and people

- **People base:** `${ARTICLES_BASE}/author`
- **Default topic (untagged articles):** `other`

## Feature flags

- **enableTag:** true
- **enableTagsIndex:** false
- **enablePerson:** true
- **enableArticleTypeTagIndex:** true
- **articlesBaseIsPage:** false
