Explorar el Código

Update pattern for editLink (#3153)

* Update pattern for editLink

Changed to:
pattern: "https://github.com/hestiacp/hestiacp/edit/main/docs/docs/:path",

* 1 time is enough
Jaap Marcus hace 3 años
padre
commit
6930cb95c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/.vitepress/config.ts

+ 1 - 1
docs/.vitepress/config.ts

@@ -34,7 +34,7 @@ export default defineConfig({
 		outline: [2, 3],
 
 		editLink: {
-			pattern: "https://github.com/hestiacp/hestiacp-docs/edit/main/docs/:path",
+			pattern: "https://github.com/hestiacp/hestiacp/edit/main/docs/:path",
 			text: "Edit this page on GitHub",
 		},