We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceefde commit c8b8cc4Copy full SHA for c8b8cc4
docs/.vitepress/plugins/mirror.ts
@@ -68,7 +68,7 @@ export const mirror = (): Plugin | undefined => {
68
);
69
});
70
literalNodes.forEach((n) => {
71
- ms.update(
+ ms.overwrite(
72
n.start,
73
n.end,
74
JSON.stringify(mirrorBaseUrl + String(n.value)),
0 commit comments