martials.no/src/pages/contact-me.astro
Martin Berg Alstad 2bead91a32
All checks were successful
Build and deploy website / build (push) Successful in 1m39s
Build and deploy website / deploy (push) Successful in 2s
Gitea workflow
Fixed build failure
2024-09-28 16:32:34 +02:00

12 lines
268 B
Plaintext

---
// TODO form
// TODO self-host email server
import "../styles/global.css"
import ContactMeForm from "../components/ContactMeForm.astro"
import Layout from "../layouts/Layout.astro"
---
<Layout title="Kontakt meg">
<!--<ContactMeForm client:load />-->
</Layout>