feat: simple tags

This commit is contained in:
2026-08-06 16:37:54 +02:00
parent 4b02934a42
commit 029ced931d
12 changed files with 135 additions and 38 deletions
+1
View File
@@ -16,5 +16,6 @@ export const HOME_COUNT: number = articlesConfig.home_count;
export const PUBLISHED_ON: string = articlesConfig.published_on;
export const UPDATED_ON: string = articlesConfig.updated_on;
export const AUTHORED: string = articlesConfig.authored;
export const TAGS: string = articlesConfig.tags;
export const BASE_URL: string = import.meta.env.BASE_URL;
export const PROD: boolean = import.meta.env.PROD;