Skip to content

Commit

Permalink
Merge branch 'release/v2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 30, 2024
2 parents fa1b4dd + 181c0fc commit ff9fead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/(default)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ const RootLayout = async ({
{/*<Footer />*/}
{process.env.NODE_ENV === "production" && <Analytics />}
</body>
<Script
defer
src="https://analytics.ahrefs.com/analytics.js"
data-key="yjqQx/BajR593+66LDNfiA"
/>
<Script
defer
src="https://analytics.sgcarstrends.com/script.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgcarstrends/web",
"description": "Statistics for car trends in Singapore. Data provided by Land Transport Authority (LTA)",
"version": "2.3.4",
"version": "2.3.5",
"license": "MIT",
"scripts": {
"build": "next build",
Expand Down

0 comments on commit ff9fead

Please sign in to comment.