ソースを参照

cert templates build

Andrey Titovskiy 3 年 前
コミット
3c9b2c2912
3 ファイル変更3 行追加6 行削除
  1. 2 2
      build/index.js
  2. 1 1
      build/index.js.map
  3. 0 3
      src/cert.js

ファイルの差分が大きいため隠しています
+ 2 - 2
build/index.js


ファイルの差分が大きいため隠しています
+ 1 - 1
build/index.js.map


+ 0 - 3
src/cert.js

@@ -121,10 +121,7 @@ export function certTemplate(label) {
       break;
   }
 
-  const fileName = `./certificate/${certTemplateName}/index.html`
-
   const certConfig = {
-    certLog: `Cert ${fileName} for label ${label}`,
     certTemplateName,
     certWidth,
     certHeight,