added different domain types to origin allowed to see if that will work
All checks were successful
Deploy Jody's App / build-and-deploy (push) Successful in 34s
All checks were successful
Deploy Jody's App / build-and-deploy (push) Successful in 34s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
NODE_ENV=production
|
||||
PORT=8787
|
||||
CONTACT_ALLOWED_ORIGIN=https://www.jodyholt.com
|
||||
CONTACT_ALLOWED_ORIGIN=http://localhost:5173,https://jodyholt.com,https://www.jodyholt.com
|
||||
TURNSTILE_SECRET_KEY=0x4AAAAAACfQyRwRzwsEMIfVtCSkjz7__Yc
|
||||
TURNSTILE_EXPECTED_HOSTNAME=jodyholt.com
|
||||
TURNSTILE_EXPECTED_ACTION=contact_form
|
||||
|
||||
Reference in New Issue
Block a user