+
+ To use this app, you will need to disable any and all of those
+ features. This app uses minimal GDPR-compliant analytics via Plausible
+ to measure usage. No other data is sent out of your browser to a
+ server.
+
+
+
+ );
+}
diff --git a/src/index.css b/src/index.css
index 2829b9d..99202ee 100644
--- a/src/index.css
+++ b/src/index.css
@@ -14,7 +14,7 @@
}
body {
- overflow: hidden;
+ /* overflow: hidden; */
}
a {
diff --git a/src/router.tsx b/src/router.tsx
index e89ee5b..44c057f 100644
--- a/src/router.tsx
+++ b/src/router.tsx
@@ -4,11 +4,13 @@ import { Demo } from "./Demo";
import { Home } from "./routes/Home";
import { Chapter } from "./routes/Chapter";
import { Snippet } from "./routes/Snippet";
+import { LoadingErrorPage } from "./components/LoadingErrorPage";
export const router = createBrowserRouter([
{
path: "",
element: ,
+ errorElement: ,
children: [
{
path: "",