Skip to content

Commit

Permalink
Merge pull request #1893 from ResearchHub/disable-maintenance-page
Browse files Browse the repository at this point in the history
Disable maintenance page
  • Loading branch information
gzurowski authored Dec 9, 2024
2 parents a70ad41 + a4f8cd0 commit 8a0a568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { useRouter } from "next/router";
import withRedux from "next-redux-wrapper";
import MaintenancePage from "./maintenance";

const MAINTENANCE_MODE = true;
const MAINTENANCE_MODE = false;

if (process.env.ELASTIC_APM_URL) {
initApm({
Expand Down

0 comments on commit 8a0a568

Please sign in to comment.