forked from Transparency/kgroad-frontend2
release changes
This commit is contained in:
parent
773a33e21a
commit
a01b35343f
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start -p 8004",
|
||||
"start": "next start -p 8003",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -25,11 +25,7 @@ export default function RootLayout({
|
||||
</Providers>
|
||||
</body>
|
||||
|
||||
{/*
|
||||
|
||||
Disable google analytics in uat
|
||||
<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS || ""} />
|
||||
*/}
|
||||
{<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS || ""} />}
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
@ -20,16 +20,11 @@ const NetKgTracker = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
/*
|
||||
<div>
|
||||
<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' />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Enable NetKgTracker only in production
|
||||
*/
|
||||
<div/>
|
||||
)
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user