chore: change documentation base url to homarr.dev (#1826)

This commit is contained in:
Meier Lukas
2025-01-17 13:45:18 +01:00
committed by GitHub
parent 3ed46aecbd
commit f9fea70d39

View File

@@ -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}`) =>