Add /play share page and X share links.

Includes a UX test page and Vercel/Vite routing for share URLs.
This commit is contained in:
b1rdmania
2025-12-26 14:33:01 +00:00
parent 3993b26b9a
commit f671aa3b57
6 changed files with 1110 additions and 1 deletions
+8
View File
@@ -30,6 +30,14 @@
"src": "/models",
"dest": "/models.html"
},
{
"src": "/play",
"dest": "/play.html"
},
{
"src": "/ux-test",
"dest": "/ux-test.html"
},
{ "handle": "filesystem" },
{
"src": "/(.*)",