Skip to content

Commit 9af31c8

Browse files
committed
fix: don't default to gtm provider
1 parent c9d4a94 commit 9af31c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const PROVIDERS = [
99
{
1010
name: 'gtm',
1111
runtime: './runtime/providers/gtm',
12+
autoDetect: false,
1213
defaults: () => ({}),
1314
validate: () => {}
1415
},

0 commit comments

Comments
 (0)