Skip to content

Commit 5a8b32b

Browse files
authored
fix: .md 파일이 .html로 변환되는 과정에서 발생하는 상대경로 라우팅 오류 해결 (#642)
1 parent ae22f94 commit 5a8b32b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export const shared = defineConfig({
8080

8181
head.push(["meta", { property: "og:title", content: title }]);
8282
head.push(["meta", { property: "og:description", content: description }]);
83-
head.push(["base", { href: "/code-quality/" }]);
8483

8584
return head;
8685
},

0 commit comments

Comments
 (0)