Skip to content

Commit

Permalink
Fix nuxt versions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Oct 21, 2024
1 parent c8162b3 commit 4cb0914
Show file tree
Hide file tree
Showing 4 changed files with 5,788 additions and 5,119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ watch(() => props.show, () => {
})
const helpLinks = computed(() => {
return [
{
'label': 'Embed form on your website',
'icon': 'heroicons:code-bracket',
'action': () => crisp.openHelpdeskArticle('https://help.opnform.com/en/article/can-i-embed-my-form-in-a-notion-page-or-site-x7guph/')
},
{
'label': 'Help Center',
'icon': 'heroicons:book-open',
Expand Down
2 changes: 1 addition & 1 deletion client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineNuxtConfig({
...process.env.NUXT_PUBLIC_GTM_CODE ? ['@zadigetvoltaire/nuxt-gtm'] : [],
],
build: {
transpile: process.env.NODE_ENV === "development" ? [] : ["vue-notion", "query-builder-vue-3", "vue-signature-pad"],
transpile: ["vue-notion", "query-builder-vue-3", "vue-signature-pad"],
},
experimental: {
inlineRouteRules: true
Expand Down
Loading

0 comments on commit 4cb0914

Please sign in to comment.