From 42bee4bd870646ced1672a62e2f0e3c5a81c8ec1 Mon Sep 17 00:00:00 2001 From: jefry Date: Wed, 24 Feb 2021 14:52:27 +0700 Subject: [PATCH] test --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index b05a211..0666b61 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,7 @@ const withImages = require("next-images"); const withSass = require("@zeit/next-sass"); const webpack = require("webpack"); const path = require("path"); + // require("dotenv").config(); module.exports = withPlugins([[withSass], [withImages]], {