Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[autofix.ci] apply automated fixes

authored by

autofix-ci[bot] and committed by
GitHub
2fff9211 525429ae

+3 -7
+3 -7
lunaria.config.json
··· 36 36 } 37 37 ] 38 38 }, 39 - "customCss": [ 40 - "./lunaria/styles.css" 41 - ], 42 - "basesToHide": [ 43 - "src/content/docs/" 44 - ], 39 + "customCss": ["./lunaria/styles.css"], 40 + "basesToHide": ["src/content/docs/"], 45 41 "ui": { 46 42 "statusByLocale.heading": "Translation progress by locale", 47 43 "statusByLocale.incompleteLocalizationLink": "incomplete translation", ··· 50 46 "statusByFile.heading": "Translation status by file" 51 47 } 52 48 } 53 - } 49 + }