Skip to content

Commit

Permalink
fix umami
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Feb 7, 2024
1 parent 30d999d commit 686f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function App() {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Meta />
<Links />
{isDev && (
{!isDev && (
<script
async
src="https://umami-nu-bice.vercel.app/script.js"
Expand Down

0 comments on commit 686f498

Please sign in to comment.