diff --git a/.config/config-schema.json b/.config/config-schema.json index d084921..e8a8fa2 100644 --- a/.config/config-schema.json +++ b/.config/config-schema.json @@ -17,15 +17,6 @@ }, "type": "object" }, - "huDb": { - "description": "HU authentication database URL. Leave `undefined` to disable HU authentication. This is not for the end user and is meant for compatibility with https://holyubofficial.net/'s authentication backend", - "type": "string" - }, - "huUrl": { - "default": "https://holyubofficial.net", - "description": "URL for the HU instance, if integrating with one", - "type": "string" - }, "oauth": { "additionalProperties": false, "description": "OAuth configuration. Leave `undefined` to disable OAuth signups.", diff --git a/README.md b/README.md index f3d410a..931ca30 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@
- Production demo instance
+ Production demo instance (CURRENTLY DOWN)
-See [documentation](https://stardust.spaceness.one/docs) for setup and usage
-
+See [documentation](https://stardust-docs.vercel.app/docs) for setup and usage
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0365448..f029377 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -26,7 +26,7 @@ export async function generateMetadata(): Promise