Skip to content

Commit

Permalink
fix: use global loading in playground per default
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaswolf committed Jun 21, 2024
1 parent 48924eb commit 5a70daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineNuxtConfig({
defaultLocale: 'en_US',
profileId: 'pfl_E5EmGZ98YT',
testMode: true,
includeScriptGlobally: false,
includeScriptGlobally: true,
},
devtools: { enabled: true },
})

0 comments on commit 5a70daf

Please sign in to comment.