Skip to content

Commit 399a3bd

Browse files
author
Marcin Kwiatkowski
committed
build: removed recaptcha from deployment config (#534)
1 parent fbe85b8 commit 399a3bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.vuestorefrontcloud/docker/nuxt.config.additional.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ export default {
77
...baseNuxtConfig.modules,
88
'@nuxtjs/sentry'
99
],
10-
recaptcha: {
11-
hideBadge: config.get('recaptchaHideBadge'), // Hide badge element (v3 & v2 via size=invisible)
12-
siteKey: config.get('recaptchaSiteKey'), // Site key for requests
13-
version: config.get('recaptchaVersion'), // Version 2 or 3
14-
size: config.get('recaptchaSize'), // Size: 'compact', 'normal', 'invisible' (v2)
15-
},
16-
publicRuntimeConfig: {
17-
isRecaptcha: config.get('recaptchaEnabled'),
18-
},
1910
sentry: {
2011
dsn: process.env.SENTRY_DSN,
2112
tracing: true,

0 commit comments

Comments
 (0)