Add v2 pages to Vite build and Vercel routing

This commit is contained in:
b1rdmania
2026-01-20 19:38:59 +00:00
parent 5e127c3a3e
commit e22431164f
2 changed files with 16 additions and 0 deletions
+12
View File
@@ -42,6 +42,18 @@
"src": "/ux-test",
"dest": "/ux-test.html"
},
{
"src": "/v2",
"dest": "/v2.html"
},
{
"src": "/v2-test",
"dest": "/v2-test.html"
},
{
"src": "/v2-diagnostic",
"dest": "/v2-diagnostic.html"
},
{ "handle": "filesystem" },
{
"src": "/(.*)",