We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gtm
1 parent c9d4a94 commit 9af31c8Copy full SHA for 9af31c8
src/providers.ts
@@ -9,6 +9,7 @@ export const PROVIDERS = [
9
{
10
name: 'gtm',
11
runtime: './runtime/providers/gtm',
12
+ autoDetect: false,
13
defaults: () => ({}),
14
validate: () => {}
15
},
0 commit comments