Skip to content

Commit

Permalink
Update index-page-builder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 authored Sep 10, 2024
1 parent 34f323c commit 65e4350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/index-page-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require("fs");
const path = require("path");

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

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

0 comments on commit 65e4350

Please sign in to comment.