Leo 3 anni fa
parent
commit
3b27f9a8d5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libs/gtag.ts

+ 1 - 1
libs/gtag.ts

@@ -1,4 +1,4 @@
-export const GA_TRACKING_ID = process.env.NEXT_PUBLIC_GA_ID;
+import { GA_TRACKING_ID } from "./config";
 
 // https://developers.google.com/analytics/devguides/collection/gtagjs/pages
 export const pageview = (url: string) => {