Skip to content

Commit bd40fe4

Browse files
authored
fix: change output directory to 'out/learn' (#12)
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 43879e3 commit bd40fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-kit.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { join } from 'node:path';
44
/** @type {import('@node-core/doc-kit/src/utils/configuration/types.d.ts').Configuration} */
55
export default {
66
global: {
7-
output: 'out',
7+
output: 'out/learn',
88
input: ['pages/**/*.md'],
99
},
1010
'jsx-ast': {

0 commit comments

Comments
 (0)