---
title: v0.15.2
date: 2026-06-25
description: 'Documentation: how to deploy the Trust Center (or any collection) to a subdomain, where the root renders the collection''s own index template.'
tags:
- docs
---

## Docs: subdomain collection hubs

Follow-up to the [v0.15.1](/changelog/2026-06-25-v0-15-1) fix. The docs now explain that a collection deployed to a subdomain renders its root page with the collection's **own index template** (and context), just like its index on the main domain:

- The [Trust Center](/docs/trust-center) reference gains a "Deploying to a subdomain" section — serve the trust hub from `trust.example.com`, optionally paired with `private = true` for content behind Cloudflare Access.
- The [Configuration](/docs/configuration) reference notes that the subdomain root uses the collection's index template (e.g. `trust-index.html`).

No code changes.
