Skip to content

Commit 238cdb6

Browse files
authored
fix: change the log output path to the _site folder (#3747)
1 parent 8672836 commit 238cdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/plugins/changelog-to-json/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import generateChangelogJson from '../../../src/_common/docs/plugins/changelog-t
77

88
const __dirname = dirname(fileURLToPath(import.meta.url));
99

10-
const outputPath = path.resolve(__dirname, '../../dist/changelog.json');
10+
const outputPath = path.resolve(__dirname, '../../../_site/changelog.json');
1111
const changelogPath = path.resolve(__dirname, '../../../CHANGELOG.md');
1212

1313
export default function changelog2Json() {

0 commit comments

Comments
 (0)