Print build info only once
This commit is contained in:
parent
5f59623be8
commit
b195dcdfd2
|
@ -26,7 +26,7 @@ function printBuildInfo() {
|
||||||
function MyApp({ Component, pageProps }: AppProps) {
|
function MyApp({ Component, pageProps }: AppProps) {
|
||||||
usePreserveScroll()
|
usePreserveScroll()
|
||||||
|
|
||||||
useEffect(printBuildInfo)
|
useEffect(printBuildInfo, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user