Skip to content

Commit

Permalink
feat: add categories
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Jun 15, 2024
1 parent 12f1ca5 commit e6f1992
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/data/categories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// List of categories for blog posts
export const CATEGORIES = [
'DevOps'
] as const
// List of categories for blog posts, Development, CI/CD
export const CATEGORIES = ['DevOps', 'Containers'] as const

0 comments on commit e6f1992

Please sign in to comment.