mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-17 21:19:50 +01:00
Configure Plausible
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// pages/_app.js
|
||||
/* eslint-disable react/prop-types */
|
||||
import PlausibleProvider from 'next-plausible'
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<PlausibleProvider domain="pi.avanto.tk">
|
||||
<Component {...pageProps} />
|
||||
</PlausibleProvider>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user