Skip to content

Commit

Permalink
Update opea-custom.js to fix235
Browse files Browse the repository at this point in the history
fix opea-project#235  the link to main page

Signed-off-by: alexsin368 <[email protected]>
  • Loading branch information
yinghu5 authored and alexsin368 committed Nov 14, 2024
1 parent ffea6ff commit 0eb826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/_static/opea-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$(document).ready(function(){
/* tweak logo link to the marketing site instead of doc site */
$( ".icon-home" ).attr({href: "https://opea.dev/", target: "_blank"});
$( ".icon-home" ).attr({href: "https://opea-project.github.io/latest/index.html", target: "_blank"});

/* open external links in a new tab */
$('a[class*=external]').attr({target: '_blank', rel: 'noopener'});
Expand Down

0 comments on commit 0eb826f

Please sign in to comment.