Skip to content

Commit

Permalink
fix: wrong utterances's login redirect link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin authored Aug 31, 2022
1 parent b4dee74 commit 1b68e8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,10 @@ new Pjax({
'.pjax-assets',
'#fixed-buttons',
'.search-dropdown',
'.header-title'
'.header-title',
'link[rel="canonical"]',
'link[rel="prev"]',
'link[rel="next"]',
]
})

Expand Down

0 comments on commit 1b68e8b

Please sign in to comment.