summaryrefslogtreecommitdiff
path: root/web/src/index-page.tsx
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-11-12 06:32:24 +0100
committernavewindre <boneyaard@gmail.com>2025-11-12 06:32:24 +0100
commit3032a8495174f4f583f52c4e9429b6d4d357dc0c (patch)
tree08a1f9c8cbd74bb255d3e7c1f6bf1ac98163ce05 /web/src/index-page.tsx
parentfca7c3ac139330e6dcf4b622eaec4ce6a2316652 (diff)
aa
Diffstat (limited to 'web/src/index-page.tsx')
-rw-r--r--web/src/index-page.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/index-page.tsx b/web/src/index-page.tsx
index 4b7ce1c..a754ef6 100644
--- a/web/src/index-page.tsx
+++ b/web/src/index-page.tsx
@@ -5,6 +5,7 @@ import Pkgs from "./pkg";
JSX.addRoute( "/", () => <Home /> );
JSX.addRoute( "/blog", () => <Blog /> );
+JSX.addRoute( "/blog/*", () => <Blog /> );
JSX.addRoute( "/pkg", () => <Pkgs /> );
JSX.addRoute( "/pkg/*", () => <Pkgs /> );