We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3b9ac commit efed0b0Copy full SHA for efed0b0
packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx
@@ -50,7 +50,9 @@ export function SpaceLayout(props: {
50
customization.footer.logo ||
51
customization.footer.groups?.length;
52
53
- const withAIChat = context.customization.aiSearch.enabled && context.site.id === 'site_p4Xo4';
+ const withAIChat =
54
+ context.customization.aiSearch.enabled &&
55
+ (context.site.id === 'site_p4Xo4' || context.site.id === 'site_JOVzv');
56
57
return (
58
<SpaceLayoutContextProvider basePath={context.linker.toPathInSpace('')}>
0 commit comments