Skip to content

Commit

Permalink
support hm.js key mulitple.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Mar 18, 2020
1 parent b142250 commit b788841
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function initEnv() {

assert(path.isAbsolute(config.releaseDestDir));

config.envType = envType;

return config;
}

Expand Down Expand Up @@ -154,7 +156,8 @@ async function buildHTML(config) {
lang: lang,
host: config.host,
blogPath: config.blogPath,
mainSitePath: config.mainSitePath
mainSitePath: config.mainSitePath,
envType: config.envType
});
}

Expand Down

0 comments on commit b788841

Please sign in to comment.