mirror of
https://github.com/lobehub/lobe-icons.git
synced 2026-01-09 06:33:57 +08:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
module.exports = {
|
|
markdown: {
|
|
entry: ['./README.md'],
|
|
entryLocale: 'en-US',
|
|
outputLocales: ['zh-CN'],
|
|
},
|
|
};
|