Browse Source

minor fixes

olinox14 1 year ago
parent
commit
30406ff078
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/Contact.vue
  2. 1 1
      nuxt.config.ts

+ 1 - 1
components/Contact.vue

@@ -43,7 +43,7 @@
 
         <v-row>
           <v-col cols="12" class="captcha-container">
-            <AltchaValidation/>
+            <AltchaValidation />
             <v-checkbox
               v-model="honeyPotChecked"
               :rules="[validateCaptcha]"

+ 1 - 1
nuxt.config.ts

@@ -58,7 +58,7 @@ export default defineNuxtConfig({
   ],
   vite: {
     esbuild: {
-      // drop: process.env.DEBUG ? [] : ['console', 'debugger'],
+      drop: process.env.DEBUG ? [] : ['console', 'debugger'],
       tsconfigRaw: {
         compilerOptions: {
           experimentalDecorators: true,