Skip to content

Commit

Permalink
Update opea-custom.js to fix235
Browse files Browse the repository at this point in the history
fix #235  the link to main page
  • Loading branch information
yinghu5 authored and xiguiw committed Nov 13, 2024
1 parent d967a94 commit e579124
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 e579124

Please sign in to comment.