fix nook subdomain routing
This commit is contained in:
@@ -7,6 +7,7 @@ import NessaLanding from "./nessa";
|
||||
import LineageLanding from "./lineage";
|
||||
import GazeLanding from "./gaze";
|
||||
import InputHaloLanding from "./inputhalo";
|
||||
import NookLanding from "./nook";
|
||||
|
||||
/**
|
||||
* Root route handler.
|
||||
@@ -44,6 +45,9 @@ export default function Home(): JSX.Element {
|
||||
<Match when={site().id === "inputhalo"}>
|
||||
<InputHaloLanding />
|
||||
</Match>
|
||||
<Match when={site().id === "nook"}>
|
||||
<NookLanding />
|
||||
</Match>
|
||||
</Switch>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user