Skip to content

Commit da78dd4

Browse files
authored
docs: fix type
1 parent b25ab0f commit da78dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const sharedConfig = defineConfig({
8686
compilerOptions: {
8787
paths: Object.fromEntries(
8888
Object.entries(tsconfigBase.compilerOptions.paths).map(
89-
([key, source]) => [key, path.join("..", source)],
89+
([key, paths]) => [key, paths.map(p=>p.join("..", source))],
9090
),
9191
),
9292
},

0 commit comments

Comments
 (0)