Skip to content

Commit

Permalink
style: parseFrontMatter 코드 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkim0 committed Jan 7, 2024
1 parent a26a56e commit 3931d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const config: Config = {
markdown: {
format: 'detect',
mermaid: true,
parseFrontMatter: async params => {
async parseFrontMatter(params) {
const result = await params.defaultParseFrontMatter(params);
const path = /(?:10 Wiki|20 Posts\/2\d)(.*).md/.exec(params.filePath)[1];

Expand Down

0 comments on commit 3931d48

Please sign in to comment.