diff --git a/src/client/thirdParty/Inkeep.tsx b/src/client/thirdParty/Inkeep.tsx index ef6f60c3..6b839de9 100644 --- a/src/client/thirdParty/Inkeep.tsx +++ b/src/client/thirdParty/Inkeep.tsx @@ -46,7 +46,7 @@ const useInkeepSettings = (): InkeepSharedSettings => { } }, }; - const modalSettings: InkeepModalSettings = {}; + const modalSettings: InkeepModalSettings = { defaultView: 'AI_CHAT', forceInitialDefaultView: true }; const searchSettings: InkeepSearchSettings = {}; const aiChatSettings: InkeepAIChatSettings = { chatSubjectName: 'Fingerprint', @@ -87,6 +87,7 @@ const useInkeepSettings = (): InkeepSharedSettings => { 'Fingerprint Identification vs FingerprintJS?', 'How to proxy requests through my own domain?', ], + shouldOpenLinksInNewTab: true, }; return { baseSettings, aiChatSettings, searchSettings, modalSettings };