We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f80f4 commit 9864e52Copy full SHA for 9864e52
.scripts/index-page-builder.js
@@ -2,7 +2,7 @@ const fs = require("fs");
2
const path = require("path");
3
4
// 'build' 폴더를 기준으로 탐색 시작
5
-const baseDir = "../build";
+const baseDir = "./build";
6
7
// HTML 템플릿을 시작합니다.
8
let htmlContent = `
0 commit comments