forked from Transparency/kgroad-frontend2
release changes
This commit is contained in:
parent
773a33e21a
commit
a01b35343f
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 8004",
|
"start": "next start -p 8003",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -25,11 +25,7 @@ export default function RootLayout({
|
|||||||
</Providers>
|
</Providers>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
{/*
|
{<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS || ""} />}
|
||||||
|
|
||||||
Disable google analytics in uat
|
|
||||||
<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS || ""} />
|
|
||||||
*/}
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -20,16 +20,11 @@ const NetKgTracker = () => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
/*
|
|
||||||
<div>
|
<div>
|
||||||
<a href='https://www.net.kg/stat.php?id=7235&fromsite=7235' target='_blank'>
|
<a href='https://www.net.kg/stat.php?id=7235&fromsite=7235' target='_blank'>
|
||||||
<img src={imghref} alt='WWW.NET.KG' width='88' height='31' />
|
<img src={imghref} alt='WWW.NET.KG' width='88' height='31' />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Enable NetKgTracker only in production
|
|
||||||
*/
|
|
||||||
<div/>
|
|
||||||
)
|
)
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user