utilization reduction

This commit is contained in:
2026-09-22 16:38:43 -04:00
parent f3e9cdf0bd
commit bef8f8414b
31 changed files with 133 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
import { ContactForm } from "~/components/ContactForm";
import { EdgeCacheHeaders } from "~/components/EdgeCacheHeaders";
import SubdomainHeader from "~/components/SubdomainHeader";
/**
@@ -19,6 +20,7 @@ import SubdomainHeader from "~/components/SubdomainHeader";
export default function InputHaloContactPage() {
return (
<>
<EdgeCacheHeaders maxAge={60} staleSeconds={3600} />
<SubdomainHeader />
<ContactForm />
</>