Skip to content

Commit

Permalink
chore: maintenance off
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Oct 23, 2024
1 parent cbed60d commit 5c320a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
}, []);

const getLayout = Component.getLayout ?? ((page) => <Layout>{ page }</Layout>);
const isUnderMaintenance = true;
// const isUnderMaintenance = true;

if (isUnderMaintenance) {
return <div>Under Maintenance</div>;
}
// if (isUnderMaintenance) {
// return <div>Under Maintenance</div>;
// }

return (
<ChakraProvider cookies={ pageProps.cookies }>
Expand Down

0 comments on commit 5c320a7

Please sign in to comment.