Skip to content

Commit a2fb0fd

Browse files
committed
fix: remove unnecessary base tag from transformHead
1 parent abc1d8a commit a2fb0fd

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)