Skip to content

Commit 5a5d3a2

Browse files
committed
change policy to privacy
1 parent 7f83922 commit 5a5d3a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

scripts/md-to-html.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function convertMarkdownFile(inputPath, outputPath, title) {
4242

4343
async function main() {
4444
await convertMarkdownFile('README.md', 'public/index.html', '作業同步工具');
45-
await convertMarkdownFile('policy.md', 'public/privacy.html', '隱私權政策');
45+
await convertMarkdownFile('privacy.md', 'public/privacy.html', '隱私權政策');
4646
}
4747

4848
main();

0 commit comments

Comments
 (0)