forked from Transparency/kgroad-frontend2
uat changes
This commit is contained in:
parent
3c4661a9c8
commit
773a33e21a
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start -p 8003",
|
||||
"start": "next start -p 8004",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -24,7 +24,12 @@ export default function RootLayout({
|
||||
<Footer />
|
||||
</Providers>
|
||||
</body>
|
||||
|
||||
{/*
|
||||
|
||||
Disable google analytics in uat
|
||||
<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS || ""} />
|
||||
*/}
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user