Skip to content

Commit 3651c1e

Browse files
committed
add comments
1 parent 9932849 commit 3651c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/collections.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const COLLECTIONS = {
1313
PROJECT: 'project',
1414
} as const;
1515

16+
/** technologies */
1617
export const TAGS = [
1718
'next.js',
1819
'react',
@@ -29,6 +30,7 @@ export const TAGS = [
2930
] as const;
3031

3132
/** adjust this later */
33+
/** form of an article, no technologies */
3234
export const CATEGORIES = [
3335
// add color here
3436
// extract find function

0 commit comments

Comments
 (0)