Skip to content

Commit f7ef5f9

Browse files
authored
Merge pull request #95 from deveshru2712/update/redirect-opensox.in-to-opensox.ai
fix: update vercel configuration to include redirects for opensox.in
2 parents b021fb9 + 831ff95 commit f7ef5f9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

vercel.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"buildCommand": "pnpm turbo build --filter=web...",
33
"installCommand": "pnpm install --frozen-lockfile=false",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"redirects": [
6+
{
7+
"source": "/:path*",
8+
"has": [
9+
{
10+
"type": "host",
11+
"value": "opensox.in"
12+
}
13+
],
14+
"destination": "https://opensox.ai/:path*",
15+
"permanent": true
16+
}
17+
]
518
}
6-

0 commit comments

Comments
 (0)