summaryrefslogtreecommitdiff
path: root/web/src/index-page.tsx
diff options
context:
space:
mode:
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 /> );