Skip to content

Commit 99f724c

Browse files
fix: remove runtime config override (closes #98)
1 parent 21c5659 commit 99f724c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/runtime/types.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
import type { ModuleOptions } from '../module'
2-
3-
declare module '@nuxt/schema' {
4-
interface PublicRuntimeConfig {
5-
gtag: ModuleOptions
6-
}
7-
}
8-
91
export interface GoogleTagOptions {
102
/**
113
* The Google tag ID to initialize.

0 commit comments

Comments
 (0)