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 10f9d15 commit 7446b40Copy full SHA for 7446b40
app/scripts/content.ts
@@ -32,6 +32,8 @@ function addDeepWikiButton(): void {
32
const button = document.createElement('a');
33
button.className = 'btn-sm btn BtnGroup-item deepwiki-button';
34
button.href = `https://deepwiki.com/${owner}/${repo}`;
35
+ button.target = '_blank';
36
+ button.rel = 'noopener noreferrer';
37
button.setAttribute('data-view-component', 'true');
38
39
// Add icon
0 commit comments