Skip to content

Commit 3b36c43

Browse files
committed
fix: rm literalNodes
1 parent c8b8cc4 commit 3b36c43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/.vitepress/plugins/mirror.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ export const mirror = (): Plugin | undefined => {
6767
)}+u}return u})(${code})`,
6868
);
6969
});
70-
literalNodes.forEach((n) => {
71-
ms.overwrite(
72-
n.start,
73-
n.end,
74-
JSON.stringify(mirrorBaseUrl + String(n.value)),
75-
);
76-
});
70+
// literalNodes.forEach((n) => {
71+
// ms.overwrite(
72+
// n.start,
73+
// n.end,
74+
// JSON.stringify(mirrorBaseUrl + String(n.value)),
75+
// );
76+
// });
7777
chunk.code = ms.toString();
7878
}
7979
});

0 commit comments

Comments
 (0)