diff --git a/routes/index.tsx b/routes/index.tsx index ada3cb0..fc541fd 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -58,7 +58,13 @@ export default async function HomePage(_req: Request, ctx: RouteContext) { throw new Error("slur"); } - if (domain === "army.social" && RESERVED.includes(handle)) { + // TODO: probably want to add some way for the forker to add their + // domain to this reserved list, or config their on.. deno task