dashboard-icons/web/src/constants.ts

5 lines
382 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"
export const WEB_URL = "https://icons.homarr.dev"
2025-04-17 15:42:07 +02:00
export const REPO_NAME = "homarr-labs/dashboard-icons"