Skip to content

Commit

Permalink
Burst tracker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgr authored Dec 26, 2024
1 parent 8932946 commit 865bbe3
Showing 1 changed file with 1 addition and 1 deletion.
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"></script>
<script defer src="/onedollarstats/tracker.js?1"></script>
</Head>
<GlobalTags />
<ctx.Component />
Expand Down

1 comment on commit 865bbe3

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 865bbe3 Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

REQUEST_TIMED_OUT

Please sign in to comment.