We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095b3b4 commit 66144a9Copy full SHA for 66144a9
.scripts/index-page-builder.js
@@ -77,7 +77,7 @@ weeks.forEach((week) => {
77
const projectPath = path.join(weekPath, project);
78
if (fs.lstatSync(projectPath).isDirectory()) {
79
htmlContent += `<li class="tossface">
80
- <a href="KUIT4_Web-FrontEnd/${week}/${project}"
+ <a href="/KUIT4_Web-FrontEnd/${week}/${project}"
81
><span class="tossface">📄</span> ${project}</a
82
>
83
</li>\n`;
0 commit comments