# 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:** `articles`
- **Primary tag in URL:** no (flat article URLs)
- **Article type index enabled:** false

## Tags and people

- **Tags base:** `/${TAGS_SLUG}`
- **People base:** `/${PEOPLE_SLUG}`
- **Default topic (untagged articles):** `other`

## Feature flags

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