Skip to content

Commit 9864e52

Browse files
author
전진호
committed
fix: baseDir
1 parent 02f80f4 commit 9864e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/index-page-builder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require("fs");
22
const path = require("path");
33

44
// 'build' 폴더를 기준으로 탐색 시작
5-
const baseDir = "../build";
5+
const baseDir = "./build";
66

77
// HTML 템플릿을 시작합니다.
88
let htmlContent = `

0 commit comments

Comments
 (0)