This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
| import ContactComponent from "./ContactComponent"; | import ContactComponent from "./ContactComponent"; | ||||||
|  |  | ||||||
| export default async function ContactPage() { | export default async function ContactPage() { | ||||||
|   const recaptchaSiteKey = process.env.RECAPTCHA_SITE_KEY; |   const recaptchaSiteKey = process.env["RECAPTCHA_SITE_KEY"]; | ||||||
|   return <ContactComponent recaptchaSiteKey={recaptchaSiteKey} />; |   return <ContactComponent recaptchaSiteKey={recaptchaSiteKey} />; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user