mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
Open file locally respects frontmatter (#24615)
This commit is contained in:
@@ -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
|
||||
)}`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user