File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://openapi.vercel.sh/vercel.json" ,
3+ "regions" : [" bom1" ],
4+ "headers" : [
5+ {
6+ "source" : " /(.*)" ,
7+ "headers" : [
8+ { "key" : " X-Frame-Options" , "value" : " DENY" },
9+ { "key" : " X-Content-Type-Options" , "value" : " nosniff" },
10+ { "key" : " Referrer-Policy" , "value" : " strict-origin-when-cross-origin" },
11+ {
12+ "key" : " Permissions-Policy" ,
13+ "value" : " camera=(), microphone=(), geolocation=()"
14+ }
15+ ]
16+ },
17+ {
18+ "source" : " /api/(.*)" ,
19+ "headers" : [
20+ { "key" : " Cache-Control" , "value" : " no-store, max-age=0" }
21+ ]
22+ }
23+ ],
24+ "redirects" : [
25+ {
26+ "source" : " /app" ,
27+ "destination" : " /dashboard" ,
28+ "permanent" : false
29+ }
30+ ]
31+ }
Original file line number Diff line number Diff line change 33 "buildCommand" : " pnpm --filter dashboard build" ,
44 "outputDirectory" : " dashboard/.next" ,
55 "framework" : " nextjs" ,
6- "regions" : [" iad1 " ],
6+ "regions" : [" bom1 " ],
77 "headers" : [
88 {
99 "source" : " /(.*)" ,
You can’t perform that action at this time.
0 commit comments