Skip to content

Commit 175d281

Browse files
committed
Remove Fathom tracking
1 parent 62cae25 commit 175d281

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/_app.js

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ function useFathom(code, options) {
4848
}
4949

5050
export default function App({ Component, pageProps, router }) {
51-
useFathom('PMFMDJGK', {
52-
includedDomains: ['tailwindcss.com'],
53-
})
54-
5551
let [navIsOpen, setNavIsOpen] = useState(false)
5652

5753
useEffect(() => {

0 commit comments

Comments
 (0)