From f9fea70d39317a87d0aad51fa4c7d1e86c05732f Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Fri, 17 Jan 2025 13:45:18 +0100 Subject: [PATCH] chore: change documentation base url to homarr.dev (#1826) --- packages/definitions/src/docs/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/definitions/src/docs/index.ts b/packages/definitions/src/docs/index.ts index cc6c0f515..5d3c11f5c 100644 --- a/packages/definitions/src/docs/index.ts +++ b/packages/definitions/src/docs/index.ts @@ -1,6 +1,6 @@ import type { HomarrDocumentationPath } from "./homarr-docs-sitemap"; -const documentationBaseUrl = "https://deploy-preview-113--homarr-docs.netlify.app"; +const documentationBaseUrl = "https://homarr.dev"; // Please use the method so the path can be checked! export const createDocumentationLink = (path: HomarrDocumentationPath, hashTag?: `#${string}`) =>