FIX: Proper path for "Edit GitHub"

This commit is contained in:
Nicolás Hatcher
2024-11-25 18:20:10 +01:00
committed by Nicolás Hatcher Andrés
parent 94ebf33656
commit 1aa9b6a220

View File

@@ -2007,7 +2007,7 @@ export default defineConfig({
],
editLink: {
pattern: "https://github.com/ironcalc/ironcalc/edit/main/docs/:path",
pattern: "https://github.com/ironcalc/ironcalc/edit/main/docs/src/:path",
text: "Edit on GitHub",
},