File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";
1010## Mint.json Configuration
1111
1212To host your documentation at a custom subpath using Vercel, you need to add the
13- following configuration to your ` mint .json` file.
13+ following configuration to your ` vercel .json` file.
1414
1515``` json
1616{
@@ -26,3 +26,15 @@ following configuration to your `mint.json` file.
2626 ]
2727}
2828```
29+
30+ <Note >
31+ For more information, you can also refer to Vercel's offical guide on check
32+ out the [ Project Configuration:
33+ Rewrites] ( https://vercel.com/docs/projects/project-configuration#rewrites )
34+ </Note >
35+
36+ ## Reach out to Mintlify team
37+
38+ Once completing the Vercel setup, the Mintlify team will setup the
39+ subdirectory settings in your deployment. Reach out over
40+ [ email
] ( mailto:[email protected] ) .
You can’t perform that action at this time.
0 commit comments