[M] Resolve cache

pull/113/head
BeiyanYunyi 2023-04-13 14:40:52 +08:00
parent c67ea43595
commit d1ed9257c7
No known key found for this signature in database
GPG Key ID: 2A9653C77F914240
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function buildPeoplePages() {
const result = renderMdx(markdown); const result = renderMdx(markdown);
fs.ensureDirSync(distPath); fs.ensureDirSync(distPath);
fs.writeFileSync(path.join(distPath, `page${lang}.js`), result); fs.writeFileSync(path.join(distPath, `page${lang}.json`), JSON.stringify(result));
} }
} }
} }