Skip to content

Commit

Permalink
Added ability to apply multiple presets (#4312)
Browse files Browse the repository at this point in the history
* chore: fix sandbox build command

* Pass name to code audit popup (#4311)

---------

Co-authored-by: Maksim Nedoshev <[email protected]>
  • Loading branch information
Fsss126 and m0ksem committed Jun 10, 2024
1 parent 0c6c005 commit 9ecbd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<script setup lang='ts'>
import Recaptcha from '../../Recaptcha.vue'
const FORM_NAME = 'Free Audit PopUp'
const FORM_NAME = 'Free Audit PopUp Vuestic UI'
const FORM_URL = 'https://webflow.com/api/v1/form/61eeb35ae9ff3aeddc164997'
const RECAPTCHA_SITE_KEY = useRuntimeConfig().public.RECAPTCHA_SITE_KEY
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "rm -rf ./dist && yarn build:vite && yarn build:vue-cli && yarn build:nuxt",
"build": "rm -rf ./dist && yarn build:vite && yarn build:nuxt",
"build:vite": "vue-tsc --noEmit && vite build --config ./configs/vite/vite.base.ts",
"build:analysis": "node ./scripts/stud-nuxt.mjs && tsx ./scripts/bundle-analysis.ts",
"build:nuxt": "nuxt build",
Expand Down

0 comments on commit 9ecbd1c

Please sign in to comment.