feat(#79): Create contact page

This commit is contained in:
Josh Creek
2024-11-10 19:31:23 +00:00
parent b2bfd12a35
commit 58842c6f1e
3 changed files with 120 additions and 1 deletions
+3 -1
View File
@@ -11,4 +11,6 @@ VITE_BREVO_API_KEY=""
# Default sender email for system notifications
VITE_BREVO_SENDER_EMAIL="noreply@example.com"
# Display name for the sender email
VITE_BREVO_SENDER_NAME="No Reply"
VITE_BREVO_SENDER_NAME="No Reply"
# Contact email for the contact page form to send to
VITE_CONTACT_EMAIL=""