refactor(#92): Move site-name into env var

This commit is contained in:
Josh Creek
2024-11-12 21:21:47 +00:00
parent 62f7525238
commit 61194d7132
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -13,4 +13,6 @@ VITE_BREVO_SENDER_EMAIL="noreply@example.com"
# Display name for the sender email
VITE_BREVO_SENDER_NAME="No Reply"
# Contact email for the contact page form to send to
VITE_CONTACT_EMAIL=""
VITE_CONTACT_EMAIL=""
# Logger service name to identify this website
VITE_LOGGER_SERVICE_NAME="example-site"