Skip to content

Commit d410381

Browse files
authored
Add docs.testgitbook.com to ADAPTIVE_CONTENT_HOSTS list (#3303)
1 parent 902c3c6 commit d410381

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/clever-jokes-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const ADAPTIVE_CONTENT_HOSTS = [
4141
'docs.gitbook.com',
4242
'adaptive-docs.gitbook-staging.com',
4343
'enriched-content-playground.gitbook-staging.io',
44+
'docs.testgitbook.com',
45+
'launchdarkly-site.gitbook.education',
4446
];
4547

4648
export async function middleware(request: NextRequest) {

0 commit comments

Comments
 (0)