diff --git a/site/plugins/changelog-to-json/index.ts b/site/plugins/changelog-to-json/index.ts index 3fd63875c..b0b1b4a0e 100644 --- a/site/plugins/changelog-to-json/index.ts +++ b/site/plugins/changelog-to-json/index.ts @@ -7,7 +7,7 @@ import generateChangelogJson from '../../../src/_common/docs/plugins/changelog-t const __dirname = dirname(fileURLToPath(import.meta.url)); -const outputPath = path.resolve(__dirname, '../../dist/changelog.json'); +const outputPath = path.resolve(__dirname, '../../../_site/changelog.json'); const changelogPath = path.resolve(__dirname, '../../../CHANGELOG.md'); export default function changelog2Json() {