diff --git a/docs/inject.js b/docs/inject.js index 1933c91b..da78e542 100644 --- a/docs/inject.js +++ b/docs/inject.js @@ -20,6 +20,12 @@ if (!isServer) { a.removeAttribute('target') } + for (const a of document.querySelectorAll( + 'a[href="https://agentic.so/app"]' + )) { + a.removeAttribute('target') + } + // document // .getElementById('https://agentic.so/contact') // .querySelector('.lucide-arrow-up-right')