dashboard-icons/web/src/constants.ts

6 lines
385 B
TypeScript
Raw Normal View History

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"