You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated SelectWrapper to ensure option keys are unique per render, preventing duplicate key warnings without affecting submitted values.
Adjusted Label spacing so inline popover labels use a slightly smaller bottom margin, aligning inputs with standard text-only label fields without changing icon size or fixed heights.
Removed AGENTS.md as it is no longer needed.
Ran npm audit fix to resolve dependency vulnerabilities and clear related alerts.
Upgraded to Astro v6 and updated the favicon package.
Added optional Turnstile support to the contact form, enabled only when a Turnstile API key is present.