Apple pay support, fix publish key (#2171)

* Apple pay support, fix publish key

* fix api url
This commit is contained in:
Geometrically
2024-08-17 17:43:12 -07:00
committed by GitHub
parent c84e2e0537
commit 807aa04807
6 changed files with 20 additions and 7 deletions

View File

@@ -350,6 +350,11 @@ export default defineNuxtConfig({
"unknown",
turnstile: { siteKey: "0x4AAAAAAAW3guHM6Eunbgwu" },
stripePublishableKey:
process.env.RATE_LIMIT_IGNORE_KEY ||
globalThis.STRIPE_PUBLISHABLE_KEY ||
"pk_test_51JbFxJJygY5LJFfKV50mnXzz3YLvBVe2Gd1jn7ljWAkaBlRz3VQdxN9mXcPSrFbSqxwAb0svte9yhnsmm7qHfcWn00R611Ce7b",
},
},
typescript: {