diff --git a/README.md b/README.md index 7918e06..7c0a305 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,8 @@ control: - `src/app/robots.ts` allows public crawling from `/` and explicitly disallows operator-only dashboard surfaces: `/admin`, `/api-keys`, `/webhooks`, and `/settings`. -- Both metadata routes derive absolute URLs from +- `src/app/manifest.ts` serves the PWA web app manifest with name, description, branding colors matching the dark/light palette in `src/app/globals.css`, and `favicon.ico` icon entry to enable installability as a PWA. +- Both `sitemap.ts` and `robots.ts` derive absolute URLs from `NEXT_PUBLIC_AGENTPAY_SITE_ORIGIN`, defaulting to `http://localhost:3000` for local development rather than hard-coding a production domain. diff --git a/docs/components.md b/docs/components.md index 61df192..0912a22 100644 --- a/docs/components.md +++ b/docs/components.md @@ -37,6 +37,23 @@ Use `Header` once in the app shell. It already exposes the nav with