/ ├── public/ │ └── favicon.svg │ └── images/ ├── src/ │ ├── components/ │ │ └── ui/ # shadcn/ui components ...
To use ReCaptcha, you need to generate a reCAPTCHA_site_key for your site's domain. You can get one here. You must pass reCaptchaKey if NEXT_PUBLIC_RECAPTCHA_SITE_KEY env variable is not defined. All ...