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

View File

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

View File

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

1511
yarn.lock

File diff suppressed because it is too large Load Diff