hopefully works now?
All checks were successful
Build / build (push) Successful in 2m43s

This commit is contained in:
2025-04-02 23:30:25 +02:00
parent 456edfba07
commit 35efde0db9
3 changed files with 89 additions and 90 deletions

View File

@@ -0,0 +1,4 @@
"use server";
export async function getReCaptchaSiteKey() {
return process.env.RECAPTCHA_SITE_KEY;
}