Update website url

This commit is contained in:
Thomas Camlong 2025-04-17 17:06:53 +02:00
parent e90d3c4b7f
commit e5414be19f
No known key found for this signature in database
GPG Key ID: A678F374F428457B
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
User-Agent: * User-Agent: *
Allow: / Allow: /
Sitemap: https://icons.homarr.dev/sitemap.xml Sitemap: https://dashboardicons.com/sitemap.xml

View File

@ -1,5 +1,5 @@
export const BASE_URL = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons" 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 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 METADATA_URL = "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/metadata.json"
export const WEB_URL = "https://icons.homarr.dev" export const WEB_URL = "https://dashboardicons.com"
export const REPO_NAME = "homarr-labs/dashboard-icons" export const REPO_NAME = "homarr-labs/dashboard-icons"