We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22fea3 commit e122627Copy full SHA for e122627
src/frame/lib/constants.ts
@@ -35,5 +35,5 @@ export const minimumNotFoundHtml = `
35
</small>
36
`.replace(/\n/g, '')
37
38
-export const ANALYTICS_ENABLED = false
39
-export const HOVERCARDS_ENABLED = false
+export const ANALYTICS_ENABLED = true
+export const HOVERCARDS_ENABLED = true
0 commit comments