mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-03 22:15:42 -06:00
apply prettier to the modified file.
This commit is contained in:
parent
9a55df4d2f
commit
8bbc8c99a0
@ -238,7 +238,7 @@ export function transformLink(src: FullSlug, target: string, opts: TransformOpti
|
||||
|
||||
if (opts.strategy === "shortest") {
|
||||
// if the file name is unique, then it's just the filename
|
||||
const normalizedTarget = targetCanonical.normalize("NFC")
|
||||
const normalizedTarget = targetCanonical.normalize("NFC")
|
||||
const matchingFileNames = opts.allSlugs.filter((slug) => {
|
||||
const parts = slug.split("/")
|
||||
const fileName = parts.at(-1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user