We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c231c13 commit a275049Copy full SHA for a275049
src/node/markdownToVue.ts
@@ -70,7 +70,7 @@ export async function createMarkdownToVueRenderFn(
70
siteConfig?.rewrites.map[file.slice(srcDir.length + 1)]
71
file = alias ? path.join(srcDir, alias) : file
72
const relativePath = slash(path.relative(srcDir, file))
73
- const cacheKey = JSON.stringify({ src, file })
+ const cacheKey = JSON.stringify({ src, file: fileOrig })
74
75
if (isBuild || options.cache !== false) {
76
const cached = cache.get(cacheKey)
0 commit comments