Skip to content

Commit a981654

Browse files
committed
chore: 코드스니펫에 keywords 메타 추가
1 parent 871137c commit a981654

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/workspace.code-snippets

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"title: $1",
77
"createdAt: $2",
88
"category: $3",
9-
"description: $6",
9+
"description: $4",
1010
"comment: true",
11+
"head:",
12+
" - - meta",
13+
" - name: keywords",
14+
" content: $5",
1115
"---",
1216
],
1317
},

0 commit comments

Comments
 (0)