Skip to content

Commit

Permalink
update plausible domain
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 5, 2024
1 parent 8055d04 commit 172f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/material-react-table-docs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function App({ Component, pageProps }: AppProps) {
)}
</Head>
<PlausibleProvider
domain="v3.material-react-table.com"
domain="material-react-table.com"
enabled={process.env.NODE_ENV === 'production'}
>
<ThemeContextProvider>
Expand Down

0 comments on commit 172f477

Please sign in to comment.