release changes

This commit is contained in:
Vladislav Khorev 2024-03-18 10:53:48 +00:00
parent 773a33e21a
commit a01b35343f
4 changed files with 849 additions and 675 deletions

View File

@ -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": {

View File

@ -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>
);
}

View File

@ -20,16 +20,11 @@ const NetKgTracker = () => {
}, []);
return (
/*
<div>
<a href='https://www.net.kg/stat.php?id=7235&amp;fromsite=7235' target='_blank'>
<img src={imghref} alt='WWW.NET.KG' width='88' height='31' />
</a>
</div>
Enable NetKgTracker only in production
*/
<div/>
)
};

1511
yarn.lock

File diff suppressed because it is too large Load Diff