Skip to content

Commit

Permalink
moving to io page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hernandez committed Sep 24, 2024
1 parent 3a669d6 commit 0a1a523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lolrmm"
version = "0.1.0"
description = ""
authors = ["Jose Hernandez <jhernandez@magicsword.io>"]
authors = ["Magic Sword <info@magicsword.io>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config: DocsThemeConfig = {
head: () => {
const { frontMatter } = useConfig();
const { asPath } = useRouter();
const basePath = "https://lolrmm.com";
const basePath = "https://lolrmm.io";
const url = basePath + asPath;
const ogImage = `${basePath}/og.png`;
const title = frontMatter.title || "Docs";
Expand Down

0 comments on commit 0a1a523

Please sign in to comment.