We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9976f commit 232099dCopy full SHA for 232099d
1 file changed
vercel.json
@@ -3,5 +3,15 @@
3
"framework": "astro",
4
"installCommand": "pnpm install --frozen-lockfile",
5
"buildCommand": "pnpm --filter @philo/landing build",
6
- "outputDirectory": "apps/landing/dist"
+ "outputDirectory": "apps/landing/dist",
7
+ "rewrites": [
8
+ {
9
+ "source": "/docs",
10
+ "destination": "https://philo.mintlify.dev/docs"
11
+ },
12
13
+ "source": "/docs/:match*",
14
+ "destination": "https://philo.mintlify.dev/docs/:match*"
15
+ }
16
+ ]
17
}
0 commit comments