Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Feb 6, 2025
1 parent 6185ac9 commit 2a68442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default function App({ Component, pageProps }) {
return (
<PlausibleProvider
domain='carbonplan.org'
trackOutboundLinks={true}
trackFileDownloads={true}
trackOutboundLinks
trackFileDownloads
>
<ThemeProvider theme={theme}>
<Component {...pageProps} />
Expand Down

0 comments on commit 2a68442

Please sign in to comment.