Skip to content

Commit

Permalink
remove actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sujjeee committed Oct 15, 2023
1 parent 4a1379a commit 830a0ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
51 changes: 0 additions & 51 deletions .github/code-check.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib/gtags.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// original: https://dany-rivera.medium.com/how-to-integrate-google-analytics-on-your-next-js-13-app-easy-guide-c7389666831c

import { env } from "../env.mjs";
import { env } from "@/env.mjs";

export const GA_TRACKING_ID: string | undefined = env.NEXT_PUBLIC_GOOGLE_ID;

Expand Down

0 comments on commit 830a0ec

Please sign in to comment.