Skip to content

Commit 94ceb6f

Browse files
fix config.ts
1 parent c0f5baa commit 94ceb6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
"Open-source IaaS for Hyper-V — multi-tenant, API-first, agent-based automation.",
99

1010
base: "/docs/",
11-
outDir: "../dist/docs",
11+
outDir: "../dist/docs",
1212
themeConfig: {
1313
logo: "/assets/logo.svg",
1414
siteTitle: "OpenHVX",
@@ -75,8 +75,7 @@ export default defineConfig({
7575
],
7676
["meta", { property: "og:image", content: "/assets/og-cover.png" }],
7777
],
78-
79-
markdown: {
78+
markdown: {
8079
config: (md) => {
8180
// Activer le plugin lightbox
8281
md.use(lightbox, {
@@ -85,5 +84,6 @@ export default defineConfig({
8584
delay: 300,
8685
scrollOffset: 50,
8786
});
88-
}
87+
},
88+
},
8989
});

0 commit comments

Comments
 (0)