feat: add environment variable configuration

This commit is contained in:
张翔
2026-02-26 17:55:48 +08:00
parent 6cc41238fb
commit 87a0620670
+8
View File
@@ -0,0 +1,8 @@
# Resend API Configuration
RESEND_API_KEY=your_resend_api_key_here
# Company Email (接收联系表单邮件的邮箱)
COMPANY_EMAIL=contact@novalon.cn
# Next.js Configuration
NEXT_PUBLIC_SITE_URL=http://localhost:3000