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 208d818 commit 375645fCopy full SHA for 375645f
plugins/blog/plugin-comment/src/client/pageview/noop.ts
@@ -1,6 +1,6 @@
1
-import type { UpdatePageview } from './typings'
+import type { UpdatePageview } from './typings.js'
2
3
-export const isSupported = false
+export const isSupported: boolean = false
4
5
export const usePageview = (): UpdatePageview => () => {
6
// do nothing
0 commit comments