diff --git a/blog/gulpfile.js/index.js b/blog/gulpfile.js/index.js index 44e43c4..2de8ccb 100644 --- a/blog/gulpfile.js/index.js +++ b/blog/gulpfile.js/index.js @@ -27,7 +27,8 @@ async function buildSearch(cb) { // Function to build the Hugo project async function buildHugo(cb) { - await execFile("hugo", ["-D", "--minify"]); + // await execFile("hugo", ["-D", "--minify"]); + await execFile("hugo", ["--minify"]); } // Function to minify images