Skip to content

Commit

Permalink
Fix: plausible data-domain to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylevell authored Nov 19, 2024
1 parent 4d625de commit ecb2dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function App() {
<ThemeProvider colorMode='light'>
<HelmetProvider>
<Helmet>
<script defer data-domain="scout-ch.github.io/thilo" src={'https://plausible.io/js/script.js'}></script>
<script defer data-domain="thilo.scouts.ch" src={'https://plausible.io/js/script.js'}></script>
</Helmet>
<div className='App'>
<Router basename={import.meta.env.BASE_URL}>
Expand Down

0 comments on commit ecb2dbf

Please sign in to comment.