Fixed
- OG image runtime: the generated OG image route now runs on the app worker rather than the edge runtime, ensuring it has access to the same environment and bindings as the rest of the application.
- Profile redirect caching: subdomain-to-profile redirects changed from
301 Moved Permanentlyto307 Temporary Redirect. This prevents browsers from permanently caching the redirect target, which could cause stale redirects to persist after a username or URL structure change.