From 7174b7699dcb13ccc30b502adb484be8b32ae6ca Mon Sep 17 00:00:00 2001 From: Kata Date: Thu, 21 Mar 2019 05:03:48 -0500 Subject: [PATCH] fix next because it doesn't build normally --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 9219483..1c0d31f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import 'dotenv/config' +require('dotenv').config() module.exports = { publicRuntimeConfig: { BOT_HANDLE: process.env.BOT_HANDLE