src/lib/site.ts declares https://encounterizer.azurestaticapps.net as the site URL — it feeds the sitemap, canonical metadata, and OpenGraph URLs — but that host returns Azure's default 404. The real deployment serves from https://zealous-river-089179d10.7.azurestaticapps.net. Either bind the friendly hostname/custom domain in Azure SWA, or point site.ts at the real host until then. Pre-existing since v1 (unrelated to the engine-v2 PRs); noticed while verifying the PR #69 deploy. Affects SEO/link previews, not site function.
src/lib/site.ts declares https://encounterizer.azurestaticapps.net as the site URL — it feeds the sitemap, canonical metadata, and OpenGraph URLs — but that host returns Azure's default 404. The real deployment serves from https://zealous-river-089179d10.7.azurestaticapps.net. Either bind the friendly hostname/custom domain in Azure SWA, or point site.ts at the real host until then. Pre-existing since v1 (unrelated to the engine-v2 PRs); noticed while verifying the PR #69 deploy. Affects SEO/link previews, not site function.