Skip to content

Commit

Permalink
feat: update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyWas committed Jun 7, 2024
1 parent 89e33b0 commit 4fad5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export const ARTICLE_TOPICS = [
{ name: 'vue', title: 'Vue.JS', emoji: '👽' },
{ name: 'web', title: 'WEB', emoji: '👾' },
];

export const ARTICLE_KEYWORDS = ['api', 'architecture', 'design', 'fundamentals', 'perfomance', 'refactoring'] as const;
export const MAX_ARTICLE_RATE = 5 as const;

0 comments on commit 4fad5cc

Please sign in to comment.