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 8055d04 commit 172f477Copy full SHA for 172f477
apps/material-react-table-docs/pages/_app.tsx
@@ -44,7 +44,7 @@ function App({ Component, pageProps }: AppProps) {
44
)}
45
</Head>
46
<PlausibleProvider
47
- domain="v3.material-react-table.com"
+ domain="material-react-table.com"
48
enabled={process.env.NODE_ENV === 'production'}
49
>
50
<ThemeContextProvider>
0 commit comments