diff --git a/web/src/app/robots.txt b/web/src/app/robots.txt index 8ac71277..d52321a0 100644 --- a/web/src/app/robots.txt +++ b/web/src/app/robots.txt @@ -1,3 +1,3 @@ User-Agent: * Allow: / -Sitemap: https://icons.homarr.dev/sitemap.xml \ No newline at end of file +Sitemap: https://dashboardicons.com/sitemap.xml \ No newline at end of file diff --git a/web/src/constants.ts b/web/src/constants.ts index b567c5b6..e0f11781 100644 --- a/web/src/constants.ts +++ b/web/src/constants.ts @@ -1,5 +1,5 @@ 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" +export const WEB_URL = "https://dashboardicons.com" export const REPO_NAME = "homarr-labs/dashboard-icons"