From 80bf19f633478eee0ff0cc86f89c719d41d5324b Mon Sep 17 00:00:00 2001 From: Utsav Luintel Date: Wed, 14 Jan 2026 13:11:48 +0545 Subject: [PATCH] fix(demo): add github pages SPA routing support --- apps/demo/index.html | 33 ++++++++++++++++++++++++++++++--- apps/demo/public/404.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 apps/demo/public/404.html diff --git a/apps/demo/index.html b/apps/demo/index.html index ee5ba6390..107b3533d 100644 --- a/apps/demo/index.html +++ b/apps/demo/index.html @@ -1,12 +1,39 @@ - + - - + + <%- title %> +
diff --git a/apps/demo/public/404.html b/apps/demo/public/404.html new file mode 100644 index 000000000..303460e93 --- /dev/null +++ b/apps/demo/public/404.html @@ -0,0 +1,33 @@ + + + + + Redirecting... + + + + +