File tree 3 files changed +13
-19
lines changed
3 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 1
1
.*/_next/.*
2
- https://authzed.com/zanizbar /.*
2
+ https://authzed.com/zanzibar /.*
3
3
https://pkg.go.dev/.*
4
4
https://pprof.me
5
5
https://www.researchgate.net/profile/Carrie-Gates-2/publication/240787391_Access_Control_Requirements_for_Web_20_Security_and_Privacy/links/540e6f670cf2d8daaacd4adf/Access-Control-Requirements-for-Web-20-Security-and-Privacy.pdf
6
+ https://support.authzed.com
Original file line number Diff line number Diff line change @@ -60,22 +60,4 @@ export default withNextra({
60
60
) ;
61
61
return config ;
62
62
} ,
63
- async redirects ( ) {
64
- // Redirect production vercel hostnames to the /docs directory
65
- return process . env . VERCEL_ENV === 'production'
66
- ? [
67
- {
68
- source : '/' ,
69
- has : [
70
- {
71
- type : 'host' ,
72
- value : '.*.vercel.app' ,
73
- } ,
74
- ] ,
75
- destination : '/docs' ,
76
- permanent : false ,
77
- } ,
78
- ]
79
- : [ ] ;
80
- } ,
81
63
} ) ;
Original file line number Diff line number Diff line change 65
65
],
66
66
"destination" : " https://authzed.com/docs/:match*" ,
67
67
"permanent" : true
68
+ },
69
+ {
70
+ "source" : " /" ,
71
+ "has" : [
72
+ {
73
+ "type" : " host" ,
74
+ "value" : " .*.vercel.app"
75
+ }
76
+ ],
77
+ "destination" : " /docs" ,
78
+ "permanent" : false
68
79
}
69
80
]
70
81
}
You can’t perform that action at this time.
0 commit comments