mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Open file locally respects frontmatter (#24615)
This commit is contained in:
@@ -89,7 +89,11 @@ export default defineConfig({
|
|||||||
: (c) =>
|
: (c) =>
|
||||||
`${
|
`${
|
||||||
window.location.origin
|
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