diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..0373026 --- /dev/null +++ b/.env.example @@ -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