meta: task ref cleanup
This commit is contained in:
@@ -4,7 +4,7 @@ import SubdomainHeader from "~/components/SubdomainHeader";
|
||||
/**
|
||||
* Gaze contact page (`gaze.freno.me/contact`).
|
||||
*
|
||||
* Thin wrapper over the shared `<ContactForm>` (task 09). Site awareness —
|
||||
* Thin wrapper over the shared `<ContactForm>`. Site awareness —
|
||||
* subject prefix `[Gaze]`, recipient label, heading, and PageHead metadata —
|
||||
* is derived from `useSite()` inside the component via `CONTACT_CONTEXT.gaze`,
|
||||
* so this route needs no explicit props.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/**
|
||||
* Gaze privacy policy — `gaze.freno.me/privacy` (task 10).
|
||||
* Gaze privacy policy — `gaze.freno.me/privacy`.
|
||||
*
|
||||
* Migrated verbatim from the legacy `src/routes/privacy-policy/gaze.tsx`
|
||||
* route so there is zero content loss; the old route now 308-redirects here
|
||||
* (see `src/routes/privacy-policy/gaze.tsx`). PageHead is site-aware (task 02)
|
||||
* (see `src/routes/privacy-policy/gaze.tsx`). PageHead is site-aware
|
||||
* so the Gaze `titleSuffix` (` | Gaze`), canonical
|
||||
* (`https://gaze.freno.me/privacy`), and OG image derive automatically — we
|
||||
* only pass the base title.
|
||||
|
||||
Reference in New Issue
Block a user