feat: archive link
Deploy / Deploy to Stapler (push) Has been cancelled
Deploy / Build (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / TypeScript (push) Has been cancelled
Lint / Oxlint (push) Has been cancelled

This commit is contained in:
2026-07-24 12:32:47 +02:00
parent b13bb738ce
commit a7fba1897b
5 changed files with 55 additions and 12 deletions
+1
View File
@@ -10,6 +10,7 @@ export const COPYRIGHT: string = articlesConfig.copyright;
export const FOOTER: string = articlesConfig.footer;
export const RSS_LINK: string = articlesConfig.rss_link;
export const BACK_LINK: string = articlesConfig.back_link;
export const ARCHIVE_LINK: string = articlesConfig.archive_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;