``` // fake bot if (process.env.FAKE_BOT_ENABLED == "true") { ``` Although replaced by if (true) it opens up an empty page... 