Skip to content

Commit fae04e7

Browse files
author
ComputelessComputer
committed
fix mintlify rewrite subdomain
1 parent 232099d commit fae04e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"rewrites": [
88
{
99
"source": "/docs",
10-
"destination": "https://philo.mintlify.dev/docs"
10+
"destination": "https://computelesscomputer-philo-48.mintlify.dev/docs"
1111
},
1212
{
1313
"source": "/docs/:match*",
14-
"destination": "https://philo.mintlify.dev/docs/:match*"
14+
"destination": "https://computelesscomputer-philo-48.mintlify.dev/docs/:match*"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)