feat: add buildFileUrl utility with tests

Moved from ProjectsSection inline function to shared/lib/utils.
Accepts optional baseUrl for testability without env mocking.
This commit is contained in:
Ilia Mashkov
2026-05-18 20:45:06 +03:00
parent ba7395cb32
commit c9631f9905
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
export type { ClassValue } from 'clsx';
export { CONTACT_LINKS } from './config/config';
export * from './fonts/fonts';
export { buildFileUrl } from './utils/buildFileUrl/buildFileUrl';
export { cn } from './utils/cn/cn';
export * from './utils/formatDate/formatDate';
export { groupByKey } from './utils/groupByKey/groupByKey';