Skip to content

Commit

Permalink
use different url for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Dec 11, 2023
1 parent c71c803 commit 4ebae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class HomePage extends Component<HomePageProps, HomePageState>
<div className={"flex-col-reverse"}></div>;

return <div className={"flex flex-row max-[600px]:flex-col-reverse bg-body-gray w-full h-full"}>
<script defer data-domain="langaracs.tech" src="https://analytics.langaracs.tech/js/script.js"></script>
<script defer data-domain="langaracs.tech" src="https://a.langaracs.tech/js/script.js"></script>
<div className={"grid grid-rows-[15%_60%_20%] max-[600px]:grid-rows-[5%_60%_20%] max-[600px]:grid-rows-1 w-full h-full gap-3"}>
<div></div>

Expand Down

0 comments on commit 4ebae91

Please sign in to comment.