feat: updated on and better vue layout

This commit is contained in:
2026-04-27 11:33:06 +02:00
parent 39cf54624a
commit 89b83e3e43
15 changed files with 81 additions and 69 deletions
+2
View File
@@ -12,5 +12,7 @@ export const BACK_LINK: string = articlesConfig['back_link']
export const ABOUT_LINK: string = articlesConfig['about_link']
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 BASE_URL: string = import.meta.env.BASE_URL
export const PROD: boolean = import.meta.env.PROD