diff --git a/pages/_app.tsx b/pages/_app.tsx index 1a2af2dee7..9bf9904eff 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -53,11 +53,11 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) { }, []); const getLayout = Component.getLayout ?? ((page) => { page }); - const isUnderMaintenance = true; + // const isUnderMaintenance = true; - if (isUnderMaintenance) { - return
Under Maintenance
; - } + // if (isUnderMaintenance) { + // return
Under Maintenance
; + // } return (