Skip to content

Commit a36d790

Browse files
committed
fix base url
1 parent 68fe142 commit a36d790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/palenight");
88
const config = {
99
title: "Hyperfy Docs",
1010
tagline: "The web based metaverse available on every device",
11-
url: "https://hyperfy.io",
11+
url: "https://docs.hyperfy.io",
1212
baseUrl: "/",
1313
onBrokenLinks: "throw",
1414
onBrokenMarkdownLinks: "warn",

0 commit comments

Comments
 (0)