Skip to content

Commit 5c320a7

Browse files
committed
chore: maintenance off
1 parent cbed60d commit 5c320a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/_app.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
5353
}, []);
5454

5555
const getLayout = Component.getLayout ?? ((page) => <Layout>{ page }</Layout>);
56-
const isUnderMaintenance = true;
56+
// const isUnderMaintenance = true;
5757

58-
if (isUnderMaintenance) {
59-
return <div>Under Maintenance</div>;
60-
}
58+
// if (isUnderMaintenance) {
59+
// return <div>Under Maintenance</div>;
60+
// }
6161

6262
return (
6363
<ChakraProvider cookies={ pageProps.cookies }>

0 commit comments

Comments
 (0)