chore: change documentation base url to homarr.dev (#1826)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import type { HomarrDocumentationPath } from "./homarr-docs-sitemap";
|
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!
|
// Please use the method so the path can be checked!
|
||||||
export const createDocumentationLink = (path: HomarrDocumentationPath, hashTag?: `#${string}`) =>
|
export const createDocumentationLink = (path: HomarrDocumentationPath, hashTag?: `#${string}`) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user