Skip to content

Commit

Permalink
Fix tracker missing object on array (#387)
Browse files Browse the repository at this point in the history
* Fix tracker missing object on array

* Update _app.tsx
  • Loading branch information
matheusgr authored Dec 26, 2024
1 parent 865bbe3 commit 582ab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineApp(async (_req, ctx) => {
<>
<Head>
<link href={styleHref} rel="stylesheet" />
<script defer src="/onedollarstats/tracker.js?1"></script>
<script defer src="/onedollarstats/tracker.js?2"></script>
</Head>
<GlobalTags />
<ctx.Component />
Expand Down
2 changes: 1 addition & 1 deletion static/onedollarstats/tracker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 582ab6b

Please sign in to comment.