diff --git a/.env.example b/.env.example index e7456eb..d591d30 100644 --- a/.env.example +++ b/.env.example @@ -24,5 +24,10 @@ AVATAR_WEBP_QUALITY=82 NUXT_PUBLIC_SITE_URL=https://sori.studio NUXT_PUBLIC_SITE_TITLE=sori.studio +# Transactional email (Resend, optional — 회원가입 OTP·비밀번호 찾기) +# RESEND_API_KEY= +# RESEND_FROM_EMAIL=noreply@yourdomain.com +# EMAIL_OTP_PEPPER=optional-extra-pepper + # Server APP_PORT=43118 diff --git a/components/site/SiteHeader.vue b/components/site/SiteHeader.vue index 106af7b..69a175b 100644 --- a/components/site/SiteHeader.vue +++ b/components/site/SiteHeader.vue @@ -152,8 +152,9 @@ onBeforeUnmount(() => {