Skip to content

Commit 66144a9

Browse files
author
전진호
committed
fix: missing /
1 parent 095b3b4 commit 66144a9

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
@@ -77,7 +77,7 @@ weeks.forEach((week) => {
7777
const projectPath = path.join(weekPath, project);
7878
if (fs.lstatSync(projectPath).isDirectory()) {
7979
htmlContent += `<li class="tossface">
80-
<a href="KUIT4_Web-FrontEnd/${week}/${project}"
80+
<a href="/KUIT4_Web-FrontEnd/${week}/${project}"
8181
><span class="tossface">📄</span> ${project}</a
8282
>
8383
</li>\n`;

0 commit comments

Comments
 (0)