From 87a0620670b6683b5cbc19e805d66cb6fac3a43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Thu, 26 Feb 2026 17:55:48 +0800 Subject: [PATCH] feat: add environment variable configuration --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example 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