mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Open file locally respects frontmatter (#24615)
This commit is contained in:
parent
82a482ec0b
commit
4710366862
@ -89,7 +89,11 @@ export default defineConfig({
|
||||
: (c) =>
|
||||
`${
|
||||
window.location.origin
|
||||
}/__open-in-editor?file=${encodeURIComponent(c.filePath)}`,
|
||||
}/__open-in-editor?file=${encodeURIComponent(
|
||||
c.frontmatter.newEditLink
|
||||
? c.frontmatter.newEditLink
|
||||
: c.filePath
|
||||
)}`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user