feat: enrich metadata

This commit is contained in:
ajnart
2025-04-25 13:00:14 +02:00
parent 7c795b98d9
commit 32a0abc476
2 changed files with 58 additions and 113 deletions

View File

@@ -1,6 +1,7 @@
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"
// TODO: Change back before merge
export const METADATA_URL = "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/feat/text-icons/metadata.json"
export const WEB_URL = "https://dashboardicons.com"
export const REPO_NAME = "homarr-labs/dashboard-icons"