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 a248995 commit 2b77fb3Copy full SHA for 2b77fb3
src/node/markdownToVue.ts
@@ -162,7 +162,7 @@ export async function createMarkdownToVueRenderFn(
162
// validate data.links
163
const deadLinks: MarkdownCompileResult['deadLinks'] = []
164
const recordDeadLink = (url: string) => {
165
- deadLinks.push({ url, file: path.relative(srcDir, fileOrig) })
+ deadLinks.push({ url, file: fileOrig })
166
}
167
168
function shouldIgnoreDeadLink(url: string) {
0 commit comments