There was an error while loading. Please reload this page.
1 parent 902c3c6 commit d410381Copy full SHA for d410381
.changeset/clever-jokes-yell.md
@@ -0,0 +1,5 @@
1
+---
2
+"gitbook-v2": patch
3
4
+
5
+Add docs.testgitbook.com to ADAPTIVE_CONTENT_HOSTS list
packages/gitbook-v2/src/middleware.ts
@@ -41,6 +41,8 @@ const ADAPTIVE_CONTENT_HOSTS = [
41
'docs.gitbook.com',
42
'adaptive-docs.gitbook-staging.com',
43
'enriched-content-playground.gitbook-staging.io',
44
+ 'docs.testgitbook.com',
45
+ 'launchdarkly-site.gitbook.education',
46
];
47
48
export async function middleware(request: NextRequest) {
0 commit comments