Skip to content

Commit 6cf7e57

Browse files
committed
fix: 깊은 경로에서 favicon이 로드되지 않는 문제 수정
base 경로가 설정된 환경에서 상대 경로로 인해 /code-quality/code/detail 같은 깊은 경로에서 favicon이 제대로 로드되지 않던 문제를 해결
1 parent 63d4227 commit 6cf7e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/code-quality/.vitepress/shared.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const shared = defineConfig({
1919
{
2020
rel: "icon",
2121
type: "image/x-icon",
22-
href: "images/favicon.ico"
22+
href: "/code-quality/images/favicon.ico"
2323
}
2424
],
2525
["link", { rel: "manifest", href: "images/site.webmanifest" }],

0 commit comments

Comments
 (0)