Add v2 pages to Vite build and Vercel routing
This commit is contained in:
+12
@@ -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": "/(.*)",
|
||||
|
||||
Reference in New Issue
Block a user