From c47f814a0551631b2dd2de045a3f625e13a45b6c Mon Sep 17 00:00:00 2001 From: w568w <1278297578@qq.com> Date: Sat, 4 Feb 2023 13:00:03 +0800 Subject: [PATCH] fix: missing parameter --- build.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build.go b/build.go index 93f6f60..49d8523 100755 --- a/build.go +++ b/build.go @@ -250,6 +250,7 @@ func Build() { rootPath: rootPath, themePath: themePath, publicPath: publicPath, + global: globalConfig, currentCwd: sourcePath, } for _, path := range files {