Skip to content

Commit eca74a0

Browse files
Claudehotlong
andauthored
feat: add root redirect to /_studio
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/654bbb65-8c26-44b9-9053-6cc317b8aceb Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e6fa32b commit eca74a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/server/vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
]
2525
}
2626
],
27+
"redirects": [
28+
{ "source": "/", "destination": "/_studio", "permanent": false }
29+
],
2730
"rewrites": [
2831
{ "source": "/api/:path*", "destination": "/api/[[...route]]" },
2932
{ "source": "/_studio/(.*)", "destination": "/_studio/$1" },

0 commit comments

Comments
 (0)