2025-04-16 16:18:20 +02:00
|
|
|
export const BASE_URL = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons"
|
|
|
|
export const REPO_PATH = "https://github.com/homarr-labs/dashboard-icons"
|
|
|
|
export const METADATA_URL = "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/metadata.json"
|
2025-04-17 17:06:53 +02:00
|
|
|
export const WEB_URL = "https://dashboardicons.com"
|
2025-04-17 16:19:42 +02:00
|
|
|
export const REPO_NAME = "homarr-labs/dashboard-icons"
|
2025-04-18 12:39:37 +02:00
|
|
|
|
|
|
|
export const getDescription = (totalIcons: number) =>
|
|
|
|
`A collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`
|
|
|
|
|
2025-04-22 11:31:10 +02:00
|
|
|
export const websiteTitle = "Free Dashboard Icons - Download High-Quality UI & App Icons"
|